From e53cc5ddfcb033dcecb56857340528b612e1c962 Mon Sep 17 00:00:00 2001 From: Mathias Hasselmann Date: Thu, 31 May 2007 21:52:05 +0000 Subject: [PATCH] Reactivate the other file-chooser tests. Forgot that before commiting revision 17994. svn path=/trunk/; revision=17995 --- ChangeLog | 5 +++++ tests/autotestfilechooser.c | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8041c21858..00144048f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-31 Mathias Hasselmann + + * tests/autotestfilechooser.c: Reactivate the other file-chooser + tests. Forgot that before commiting revision 17994. + 2007-05-31 Mathias Hasselmann * gtk/gtkfilechooserdialog.c, tests/autotestfilechooser.c: Reset diff --git a/tests/autotestfilechooser.c b/tests/autotestfilechooser.c index 181b72b3e8..7973220796 100644 --- a/tests/autotestfilechooser.c +++ b/tests/autotestfilechooser.c @@ -1084,16 +1084,12 @@ main (int argc, char **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 */