testsuite: Skip GtkFileChooserNative for notification tests

Like all the other GtkFileChooser implementations, this one
emits some unneeded notifications.
This commit is contained in:
Matthias Clasen
2015-11-14 19:03:10 -05:00
parent aa5af9da4f
commit dedab98bbb

View File

@ -407,6 +407,7 @@ test_type (gconstpointer data)
if (g_type_is_a (type, GTK_TYPE_FILE_CHOOSER_BUTTON) ||
g_type_is_a (type, GTK_TYPE_FILE_CHOOSER_DIALOG) ||
g_type_is_a (type, GTK_TYPE_FILE_CHOOSER_WIDGET) ||
g_type_is_a (type, GTK_TYPE_FILE_CHOOSER_NATIVE) ||
g_type_is_a (type, GTK_TYPE_PLACES_SIDEBAR))
return;