[PATCH 5/5] Partially fix for windows porting problem 3.

Ralf Habacker ralf.habacker at freenet.de
Thu Apr 29 07:21:05 PDT 2010


---
 bus/dispatch.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/bus/dispatch.c b/bus/dispatch.c
index ed3d2a8..0d4f458 100644
--- a/bus/dispatch.c
+++ b/bus/dispatch.c
@@ -4702,6 +4702,9 @@ bus_dispatch_test (const DBusString *test_data_dir)
   			       "valid-config-files/debug-allow-all.conf", FALSE))
     return FALSE;
 
+#ifdef DBUS_WIN_FIXME
+  _dbus_warn("Info: Launch helper activation tests skipped because launch-helper is not supported yet\n");
+#else
   /* run launch-helper activation tests */
   _dbus_verbose ("Launch helper activation tests\n");
   if (!bus_dispatch_test_conf (test_data_dir,
@@ -4712,6 +4715,7 @@ bus_dispatch_test (const DBusString *test_data_dir)
   if (!bus_dispatch_test_conf_fail (test_data_dir,
   			            "valid-config-files-system/debug-allow-all-fail.conf"))
     return FALSE;
+#endif
 
   return TRUE;
 }
-- 
1.6.5.1.1367.gcd48


--------------080409070306010605080902--


More information about the dbus mailing list