Reactivate the other file-chooser tests. Forgot that before commiting revision 17994.

svn path=/trunk/; revision=17995
This commit is contained in:
Mathias Hasselmann 2007-05-31 21:52:05 +00:00
parent 3ea5cea9a1
commit e53cc5ddfc
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2007-05-31 Mathias Hasselmann <mathias.hasselmann@gmx.de>
* tests/autotestfilechooser.c: Reactivate the other file-chooser
tests. Forgot that before commiting revision 17994.
2007-05-31 Mathias Hasselmann <mathias.hasselmann@gmx.de>
* gtk/gtkfilechooserdialog.c, tests/autotestfilechooser.c: Reset

View File

@ -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 */