[gtk+] Drop has-resize-grip from the notify test



commit 689a364ec56a175988621561563b6e6f296e647d
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jul 3 15:24:58 2014 -0400

    Drop has-resize-grip from the notify test
    
    The setter is not doing anything, so we won't get notification.

 testsuite/gtk/notify.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c
index 031ec7d..5fa2f6f 100644
--- a/testsuite/gtk/notify.c
+++ b/testsuite/gtk/notify.c
@@ -553,6 +553,10 @@ test_type (gconstpointer data)
          g_str_equal (pspec->name, "double-buffered"))
         continue;
 
+      if (g_type_is_a (pspec->owner_type, GTK_TYPE_WINDOW) &&
+         g_str_equal (pspec->name, "has-resize-grip"))
+        continue;
+
       /* Can only be set on window widgets */
       if (pspec->owner_type == GTK_TYPE_WIDGET &&
           g_str_equal (pspec->name, "events"))


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