notification tests: Skip GtkEntryCompletion::text-column

This one is special.
This commit is contained in:
Matthias Clasen 2014-09-03 22:41:56 -04:00
parent bbc7cd2351
commit 10703a0275

View File

@ -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;