[gtk+] Disable configuration-dependent keymap tests for now



commit b310ba29d0c14cdd566b4af1dd10599735980985
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Apr 30 07:32:33 2012 -0400

    Disable configuration-dependent keymap tests for now
    
    These need to be made independent of the xkb configuration somehow.
    As things are now, they will either fail when run on a naked X
    server in make check, or fail when run in my session.

 gtk/tests/keyhash.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gtk/tests/keyhash.c b/gtk/tests/keyhash.c
index 883eb65..ced83c6 100644
--- a/gtk/tests/keyhash.c
+++ b/gtk/tests/keyhash.c
@@ -192,8 +192,10 @@ main (int argc, char **argv)
   gtk_test_init (&argc, &argv);
 
   g_test_add_func ("/keyhash/basic", test_basic);
+#if 0
+  /* FIXME: need to make these independent of xkb configuration */
   g_test_add_func ("/keyhash/match", test_match);
   g_test_add_func ("/keyhash/virtual", test_virtual);
-
+#endif
   return g_test_run();
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]