mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Reactivate the other file-chooser tests. Forgot that before commiting revision 17994.
svn path=/trunk/; revision=17995
This commit is contained in:
parent
3ea5cea9a1
commit
e53cc5ddfc
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user