[gtk/present-toplevel-2: 62/79] testsuite: Stop looking at type hints



commit 995592f2afb513b668856315e642991bb6320f77
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Mar 6 12:55:55 2020 -0800

    testsuite: Stop looking at type hints

 testsuite/gtk/templates.c | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/testsuite/gtk/templates.c b/testsuite/gtk/templates.c
index 1ec40ab045..7b16c53f7a 100644
--- a/testsuite/gtk/templates.c
+++ b/testsuite/gtk/templates.c
@@ -55,7 +55,6 @@ test_dialog_override_property (void)
                         "type-hint", GDK_SURFACE_TYPE_HINT_UTILITY,
                         NULL);
   g_assert (GTK_IS_DIALOG (dialog));
-  g_assert (gtk_window_get_type_hint (GTK_WINDOW (dialog)) == GDK_SURFACE_TYPE_HINT_UTILITY);
 
   gtk_widget_destroy (dialog);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]