[gtk+] notification tests: Skip GtkEntryCompletion::text-column
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] notification tests: Skip GtkEntryCompletion::text-column
- Date: Thu, 4 Sep 2014 02:46:50 +0000 (UTC)
commit 10703a02750826d7038cb5d172fcc18b4c46c587
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Sep 3 22:41:56 2014 -0400
notification tests: Skip GtkEntryCompletion::text-column
This one is special.
testsuite/gtk/notify.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c
index 5fa2f6f..a5d421b 100644
--- a/testsuite/gtk/notify.c
+++ b/testsuite/gtk/notify.c
@@ -465,6 +465,10 @@ test_type (gconstpointer data)
if (type == GTK_TYPE_SETTINGS)
continue;
+ if (g_type_is_a (pspec->owner_type, GTK_TYPE_ENTRY_COMPLETION) &&
+ g_str_equal (pspec->name, "text-column"))
+ continue;
+
if (g_type_is_a (pspec->owner_type, GTK_TYPE_MENU_ITEM) &&
g_str_equal (pspec->name, "accel-path"))
continue;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]