[glib] Disable the 'extra data' test for now



commit b8ff287167f668d0c10c2b98c13661042633163e
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Aug 30 08:58:31 2010 -0400

    Disable the 'extra data' test for now

 gio/tests/gdbus-introspection.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gio/tests/gdbus-introspection.c b/gio/tests/gdbus-introspection.c
index 44af732..740f7c1 100644
--- a/gio/tests/gdbus-introspection.c
+++ b/gio/tests/gdbus-introspection.c
@@ -319,7 +319,10 @@ main (int   argc,
   g_test_add_func ("/gdbus/introspection-parser", test_introspection_parser);
   g_test_add_func ("/gdbus/introspection-generate", test_generate);
   g_test_add_func ("/gdbus/introspection-default-direction", test_default_direction);
+#if 0
+  /* need to figure out how generous we want to be here */
   g_test_add_func ("/gdbus/introspection-extra-data", test_extra_data);
+#endif
 
   return g_test_run();
 }



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