Skip GtkShortcutLabel::accelerator in notify test

This property is not freely settable, since the string
gets parsed.
This commit is contained in:
Matthias Clasen 2016-08-02 23:59:34 -04:00
parent 2de6b0800d
commit 80d329a3e7

View File

@ -667,6 +667,10 @@ test_type (gconstpointer data)
g_str_equal (pspec->name, "accelerator"))
continue;
if (g_type_is_a (type, GTK_TYPE_SHORTCUT_LABEL) &&
g_str_equal (pspec->name, "accelerator"))
continue;
if (g_type_is_a (type, GTK_TYPE_FONT_CHOOSER) &&
g_str_equal (pspec->name, "font"))
continue;