summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-09-03 22:41:56 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-09-03 22:46:38 -0400
commit10703a02750826d7038cb5d172fcc18b4c46c587 (patch)
treeb7ba775959db11e2357fe8f2434aea32544e2505 /testsuite
parentbbc7cd2351eac679148a2e0f0bb645db924687be (diff)
downloadgtk+-10703a02750826d7038cb5d172fcc18b4c46c587.tar.gz
notification tests: Skip GtkEntryCompletion::text-column
This one is special.
Diffstat (limited to 'testsuite')
-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 5fa2f6ff33..a5d421b8d0 100644
--- a/testsuite/gtk/notify.c
+++ b/testsuite/gtk/notify.c
@@ -465,6 +465,10 @@ test_type (gconstpointer data)
if (type == GTK_TYPE_SETTINGS)
continue;
+ if (g_type_is_a (pspec->owner_type, GTK_TYPE_ENTRY_COMPLETION) &&
+ g_str_equal (pspec->name, "text-column"))
+ continue;
+
if (g_type_is_a (pspec->owner_type, GTK_TYPE_MENU_ITEM) &&
g_str_equal (pspec->name, "accel-path"))
continue;