diff options
author | Mathias Hasselmann <hasselmm@src.gnome.org> | 2007-05-31 21:52:05 +0000 |
---|---|---|
committer | Mathias Hasselmann <hasselmm@src.gnome.org> | 2007-05-31 21:52:05 +0000 |
commit | e53cc5ddfcb033dcecb56857340528b612e1c962 (patch) | |
tree | ece2400938d149866047e98150984c832d1f5706 /tests | |
parent | 3ea5cea9a1dd87bd35bea4810c764ee5b2467b19 (diff) | |
download | gtk+-e53cc5ddfcb033dcecb56857340528b612e1c962.tar.gz |
Reactivate the other file-chooser tests. Forgot that before commiting revision 17994.
svn path=/trunk/; revision=17995
Diffstat (limited to 'tests')
-rw-r--r-- | tests/autotestfilechooser.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 */ |