[gtk+] notification tests: Skip GtkEntryCompletion::text-column



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]