From 689a364ec56a175988621561563b6e6f296e647d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 3 Jul 2014 15:24:58 -0400 Subject: 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 file changed, 4 insertions(+) (limited to 'testsuite/gtk') 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")) -- cgit v1.2.1