summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMathias Hasselmann <hasselmm@src.gnome.org>2007-05-31 21:52:05 +0000
committerMathias Hasselmann <hasselmm@src.gnome.org>2007-05-31 21:52:05 +0000
commite53cc5ddfcb033dcecb56857340528b612e1c962 (patch)
treeece2400938d149866047e98150984c832d1f5706 /tests
parent3ea5cea9a1dd87bd35bea4810c764ee5b2467b19 (diff)
downloadgtk+-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.c4
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 */