diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-01-23 22:51:48 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-01-23 22:51:48 -0500 |
commit | b3dbdcdf77cc9fca290197b648fbd32c9484cc10 (patch) | |
tree | 97e443f1b3b6308ee0921378f33630f41475e28b /testsuite | |
parent | f87e40bccda3bfd00f1eb5f474e07371f2ae5664 (diff) | |
download | gtk+-b3dbdcdf77cc9fca290197b648fbd32c9484cc10.tar.gz |
fixup notify tests
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/gtk/notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c index 620608dc48..238e299150 100644 --- a/testsuite/gtk/notify.c +++ b/testsuite/gtk/notify.c @@ -529,7 +529,7 @@ test_type (gconstpointer data) /* Special restrictions on allowed values */ if (pspec->owner_type == GTK_TYPE_COMBO_BOX && - g_str_equal (pspec->name, "id-column") || + (g_str_equal (pspec->name, "id-column") || g_str_equal (pspec->name, "active-id") || g_str_equal (pspec->name, "entry-text-column"))) continue; |