mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 21:20:09 +00:00
notification tests: Skip GtkEntryCompletion::text-column
This one is special.
This commit is contained in:
parent
bbc7cd2351
commit
10703a0275
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user