summaryrefslogtreecommitdiff
path: root/bus/dispatch.c
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2009-12-20 10:45:08 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2009-12-20 10:45:08 +0100
commit3da9815113c013c3e81f4290d9b74d9862004027 (patch)
treec1fb1efa88f9981fd7eeddf604baa1577ddaf7c5 /bus/dispatch.c
parent7f3e29ffdfdbe4cd7c6c76ef066a516e675dee26 (diff)
downloaddbus-3da9815113c013c3e81f4290d9b74d9862004027.tar.gz
win32 fix: disabled some tests, they may be not intendent for windows or need to be implemented
Diffstat (limited to 'bus/dispatch.c')
-rw-r--r--bus/dispatch.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/bus/dispatch.c b/bus/dispatch.c
index f769a44d..9b5e65ab 100644
--- a/bus/dispatch.c
+++ b/bus/dispatch.c
@@ -4536,11 +4536,16 @@ bus_dispatch_test_conf (const DBusString *test_data_dir,
if (!check_add_match_all (context, baz))
_dbus_assert_not_reached ("AddMatch message failed");
+#ifdef DBUS_WIN_FIXME
+ _dbus_warn("TODO: testing of GetConnectionUnixUser message skipped for now\n");
+ _dbus_warn("TODO: testing of GetConnectionUnixProcessID message skipped for now\n");
+#else
if (!check_get_connection_unix_user (context, baz))
_dbus_assert_not_reached ("GetConnectionUnixUser message failed");
if (!check_get_connection_unix_process_id (context, baz))
_dbus_assert_not_reached ("GetConnectionUnixProcessID message failed");
+#endif
if (!check_list_services (context, baz))
_dbus_assert_not_reached ("ListActivatableNames message failed");