diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/document-loader.c | 3 | ||||
-rw-r--r-- | tests/document-output-stream.c | 3 | ||||
-rw-r--r-- | tests/document-saver.c | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/tests/document-loader.c b/tests/document-loader.c index d2c21cc0..7cc3cd03 100644 --- a/tests/document-loader.c +++ b/tests/document-loader.c @@ -21,7 +21,6 @@ */ #include "pluma-document-loader.h" -#include "pluma-prefs-manager-app.h" #include <gio/gio.h> #include <gtk/gtk.h> #include <glib.h> @@ -239,8 +238,6 @@ int main (int argc, { g_test_init (&argc, &argv, NULL); - pluma_prefs_manager_app_init (); - g_test_add_func ("/document-loader/end-line-stripping", test_end_line_stripping); g_test_add_func ("/document-loader/end-new-line-detection", test_end_new_line_detection); g_test_add_func ("/document-loader/begin-new-line-detection", test_begin_new_line_detection); diff --git a/tests/document-output-stream.c b/tests/document-output-stream.c index 05d14ff2..88997e26 100644 --- a/tests/document-output-stream.c +++ b/tests/document-output-stream.c @@ -22,7 +22,6 @@ #include "pluma-document-output-stream.h" -#include "pluma-prefs-manager-app.h" #include <gio/gio.h> #include <gtk/gtk.h> #include <glib.h> @@ -125,8 +124,6 @@ int main (int argc, { g_test_init (&argc, &argv, NULL); - pluma_prefs_manager_app_init (); - g_test_add_func ("/document-output-stream/empty", test_empty); g_test_add_func ("/document-output-stream/consecutive", test_consecutive); diff --git a/tests/document-saver.c b/tests/document-saver.c index a80ba02e..a85b4050 100644 --- a/tests/document-saver.c +++ b/tests/document-saver.c @@ -21,7 +21,6 @@ */ #include "pluma-document-loader.h" -#include "pluma-prefs-manager-app.h" #include <gio/gio.h> #include <gtk/gtk.h> #include <glib.h> @@ -688,8 +687,6 @@ int main (int argc, g_test_init (&argc, &argv, NULL); - pluma_prefs_manager_app_init (); - g_printf ("\n***\n"); have_unowned = check_unowned_directory (); have_unowned_group = check_unowned_group (); |