diff options
Diffstat (limited to 'tests/autotestfilechooser.c')
-rw-r--r-- | tests/autotestfilechooser.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/autotestfilechooser.c b/tests/autotestfilechooser.c index 6d5f5f19a2..e216fd358a 100644 --- a/tests/autotestfilechooser.c +++ b/tests/autotestfilechooser.c @@ -977,16 +977,13 @@ main (int argc, char **argv) gtk_init (&argc, &argv); /* Start tests */ -#if 0 + passed = passed && test_black_box (); -#endif passed = passed && test_confirm_overwrite (); -#if 0 passed = passed && test_action_widgets (); passed = passed && test_reload (); passed = passed && test_button_folder_states (); passed = passed && test_folder_switch_and_filters (); -#endif log_test (passed, "main(): main tests"); /* Warnings and errors */ |