[gtk/matthiasc/for-master] testsuite: Enable the remaining template tests
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/matthiasc/for-master] testsuite: Enable the remaining template tests
- Date: Sun, 10 May 2020 21:55:55 +0000 (UTC)
commit d4590618269467d4b1502ec54d7440e09f190cb5
Author: Matthias Clasen <mclasen redhat com>
Date: Sun May 10 17:54:49 2020 -0400
testsuite: Enable the remaining template tests
These are no longer failing.
testsuite/gtk/templates.c | 6 ++----
1 file 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();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]