From 98fbc1fba2d8b5201324f9aebe1de728b5e70df5 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Mon, 9 Nov 2015 20:49:12 +0100 Subject: [PATCH] Skip deprecated test-bus tests for GetConnectionUnixUser and GetConnectionUnixProcessID on Windows. https://bugs.freedesktop.org/show_bug.cgi?id=92721 --- bus/dispatch.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bus/dispatch.c b/bus/dispatch.c index 5264893..0a2342c 100644 --- a/bus/dispatch.c +++ b/bus/dispatch.c @@ -4837,9 +4837,9 @@ bus_dispatch_test_conf (const DBusString *test_data_dir, _dbus_assert_not_reached ("GetAllMatchRules message failed"); #endif -#ifdef DBUS_WIN_FIXME - _dbus_verbose("TODO: testing of GetConnectionUnixUser message skipped for now\n"); - _dbus_verbose("TODO: testing of GetConnectionUnixProcessID message skipped for now\n"); +#ifdef DBUS_WIN + _dbus_verbose("Skipping deprecated test for GetConnectionUnixUser\n"); + _dbus_verbose("Skipping deprecated test for GetConnectionUnixProcessID\n"); #else if (!check_get_connection_unix_user (context, baz)) _dbus_assert_not_reached ("GetConnectionUnixUser message failed"); -- 1.8.4.5