Exclude GtkToggleButton::draw-indicator from the notification test

We reverted to emitting redundant notifications for this, so
don't assert that we don't.
This commit is contained in:
Matthias Clasen 2014-06-28 10:58:24 -04:00
parent 733a590fbe
commit f1c1192e71

View File

@ -486,6 +486,10 @@ test_type (gconstpointer data)
g_str_equal (pspec->name, "page"))
continue;
if (g_type_is_a (pspec->owner_type, GTK_TYPE_TOGGLE_BUTTON) &&
g_str_equal (pspec->name, "draw-indicator"))
continue;
/* Not supported in subclass */
if (g_str_equal (g_type_name (type), "GtkRecentAction") &&
g_str_equal (pspec->name, "select-multiple"))