diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c index a3eb23ebdc..f36fefd471 100644 --- a/testsuite/gtk/notify.c +++ b/testsuite/gtk/notify.c @@ -509,10 +509,6 @@ test_type (gconstpointer data) g_str_equal (pspec->name, "draw-indicator")) continue; - if (g_str_equal (g_type_name (type), "GtkRecentChooserMenu") && - g_str_equal (pspec->name, "select-multiple")) - continue; - /* Really a bug in the way GtkButton and its subclasses interact: * setting label etc on a subclass destroys the content, breaking * e.g. GtkColorButton pretty badly diff --git a/testsuite/gtk/object.c b/testsuite/gtk/object.c index 7939b59e56..128b974714 100644 --- a/testsuite/gtk/object.c +++ b/testsuite/gtk/object.c @@ -76,7 +76,6 @@ list_ignore_properties (gboolean buglist) { "GtkFileChooserDialog", "select-multiple", (void*) MATCH_ANY_VALUE }, /* property disabled */ { "GtkMenu", "accel-path", (void*) MATCH_ANY_VALUE }, /* has odd restrictions in the setter */ { "GtkMenuItem", "accel-path", (void*) MATCH_ANY_VALUE }, /* has odd restrictions in the setter */ - { "GtkRecentChooserMenu", "select-multiple", (void*) MATCH_ANY_VALUE }, /* property disabled */ { "GtkTextView", "overwrite", (void*) MATCH_ANY_VALUE }, /* needs text buffer */ { "GtkTreeView", "expander-column", (void*) MATCH_ANY_VALUE }, /* assertion list != NULL */ { "GtkWindow", "display", (void*) MATCH_ANY_VALUE },