summaryrefslogtreecommitdiff
path: root/testsuite/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-07-03 15:24:58 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-07-03 15:24:58 -0400
commit689a364ec56a175988621561563b6e6f296e647d (patch)
tree9eb85e136f3e4c91f319881546103ce470378a1a /testsuite/gtk
parentb5958d677fd4a1643d089cc80aa9024243c86c3d (diff)
downloadgtk+-689a364ec56a175988621561563b6e6f296e647d.tar.gz
Drop has-resize-grip from the notify test
The setter is not doing anything, so we won't get notification.
Diffstat (limited to 'testsuite/gtk')
-rw-r--r--testsuite/gtk/notify.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c
index 031ec7d498..5fa2f6ff33 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"))