testsuite: Skip GtkFileChooserNative for notification tests
Like all the other GtkFileChooser implementations, this one emits some unneeded notifications.
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user