summaryrefslogtreecommitdiff
path: root/testsuite/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-11-14 19:03:10 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-11-14 19:03:10 -0500
commitdedab98bbb94d86f4713098a41eb1db281d72c47 (patch)
tree38070f47ba396b28e7df41d4631a3a44dd19bbca /testsuite/gtk
parentaa5af9da4ff00251d0767ebd2370beeb18344758 (diff)
downloadgtk+-dedab98bbb94d86f4713098a41eb1db281d72c47.tar.gz
testsuite: Skip GtkFileChooserNative for notification tests
Like all the other GtkFileChooser implementations, this one emits some unneeded notifications.
Diffstat (limited to 'testsuite/gtk')
-rw-r--r--testsuite/gtk/notify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c
index 6ef29f9300..e15a4a886e 100644
--- a/testsuite/gtk/notify.c
+++ b/testsuite/gtk/notify.c
@@ -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;