diff options
Diffstat (limited to 'tests/testephylocationentry.c')
-rw-r--r-- | tests/testephylocationentry.c | 40 |
1 files changed, 16 insertions, 24 deletions
diff --git a/tests/testephylocationentry.c b/tests/testephylocationentry.c index 5b691c432..099629bc6 100644 --- a/tests/testephylocationentry.c +++ b/tests/testephylocationentry.c @@ -142,30 +142,22 @@ main (int argc, char *argv[]) { gtk_test_init (&argc, &argv); - g_test_add_func ( - "/lib/widgets/ephy-location-entry/new", - test_entry_new); - g_test_add_func ( - "/lib/widgets/ephy-location-entry/get_entry", - test_entry_get_entry); - g_test_add_func ( - "/lib/widgets/ephy-location-entry/set_location", - test_entry_set_location); - g_test_add_func ( - "/lib/widgets/ephy-location-entry/get_location", - test_entry_get_location); - g_test_add_func ( - "/lib/widgets/ephy-location-entry/set_location_null", - test_entry_set_location_null); - g_test_add_func ( - "/lib/widgets/ephy-location-entry/get_location_empty", - test_entry_get_location_empty); - g_test_add_func ( - "/lib/widgets/ephy-location-entry/can_undo", - test_entry_can_undo); - g_test_add_func ( - "/lib/widgets/ephy-location-entry/can_redo", - test_entry_can_redo); + g_test_add_func ("/lib/widgets/ephy-location-entry/new", + test_entry_new); + g_test_add_func ("/lib/widgets/ephy-location-entry/get_entry", + test_entry_get_entry); + g_test_add_func ("/lib/widgets/ephy-location-entry/set_location", + test_entry_set_location); + g_test_add_func ("/lib/widgets/ephy-location-entry/get_location", + test_entry_get_location); + g_test_add_func ("/lib/widgets/ephy-location-entry/set_location_null", + test_entry_set_location_null); + g_test_add_func ("/lib/widgets/ephy-location-entry/get_location_empty", + test_entry_get_location_empty); + g_test_add_func ("/lib/widgets/ephy-location-entry/can_undo", + test_entry_can_undo); + g_test_add_func ("/lib/widgets/ephy-location-entry/can_redo", + test_entry_can_redo); return g_test_run (); } |