summaryrefslogtreecommitdiff
path: root/testsuite/gtk/templates.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-05-10 17:54:49 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-05-11 10:30:03 -0400
commitb8c5bf8af84453fc875f5b6939c31a6d8f39af13 (patch)
tree6cc0ef01f9c6acfc22376c8d1c45dcc0201e071a /testsuite/gtk/templates.c
parentd061bcad52d392664b4291eeebc4b42e9b8116d7 (diff)
downloadgtk+-b8c5bf8af84453fc875f5b6939c31a6d8f39af13.tar.gz
testsuite: Enable the remaining template tests
These are no longer failing.
Diffstat (limited to 'testsuite/gtk/templates.c')
-rw-r--r--testsuite/gtk/templates.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/testsuite/gtk/templates.c b/testsuite/gtk/templates.c
index 2345069de0..80cd084c10 100644
--- a/testsuite/gtk/templates.c
+++ b/testsuite/gtk/templates.c
@@ -468,8 +468,7 @@ main (int argc, char **argv)
g_test_add_func ("/template/GtkColorChooserDialog/show", test_color_chooser_dialog_show);
g_test_add_func ("/template/GtkFileChooserWidget/basic", test_file_chooser_widget_basic);
g_test_add_func ("/template/GtkFileChooserDialog/basic", test_file_chooser_dialog_basic);
- if (0)
- g_test_add_func ("/template/GtkFileChooserDialog/show", test_file_chooser_dialog_show);
+ g_test_add_func ("/template/GtkFileChooserDialog/show", test_file_chooser_dialog_show);
g_test_add_func ("/template/GtkFileChooserButton/basic", test_file_chooser_button_basic);
g_test_add_func ("/template/GtkFontButton/basic", test_font_button_basic);
g_test_add_func ("/template/GtkFontChooserWidget/basic", test_font_chooser_widget_basic);
@@ -480,8 +479,7 @@ main (int argc, char **argv)
g_test_add_func ("/template/GtkPageSetupUnixDialog/basic", test_page_setup_unix_dialog_basic);
g_test_add_func ("/template/GtkPageSetupUnixDialog/show", test_page_setup_unix_dialog_show);
g_test_add_func ("/template/GtkPrintUnixDialog/basic", test_print_unix_dialog_basic);
- if (0)
- g_test_add_func ("/template/GtkPrintUnixDialog/show", test_print_unix_dialog_show);
+ g_test_add_func ("/template/GtkPrintUnixDialog/show", test_print_unix_dialog_show);
#endif
return g_test_run();