From 19bc103e5de47d916f08c022adee6635e024f22a Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Thu, 29 Nov 2018 23:50:03 +0100 Subject: [PATCH] Enable check_get_connection_unix_process_id test on Windows with CMake This check is now possible because with merge request https://gitlab.freedesktop.org/dbus/dbus/merge_requests/55 the prerequisites are valid. It was already run if built with Autotools, because DBUS_WIN_FIXME was only defined in the CMake build system. [smcv: Add more context regarding Autotools vs. CMake] Signed-off-by: Simon McVittie --- bus/dispatch.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bus/dispatch.c b/bus/dispatch.c index 16b6782f5..1373ed70f 100644 --- a/bus/dispatch.c +++ b/bus/dispatch.c @@ -4871,12 +4871,8 @@ bus_dispatch_test_conf (const DBusString *test_data_dir, if (!check_get_connection_unix_user (context, baz)) _dbus_test_fatal ("GetConnectionUnixUser message failed"); -#ifdef DBUS_WIN_FIXME - _dbus_verbose("TODO: testing of GetConnectionUnixProcessID message skipped for now\n"); -#else if (!check_get_connection_unix_process_id (context, baz)) _dbus_test_fatal ("GetConnectionUnixProcessID message failed"); -#endif if (!check_list_services (context, baz)) _dbus_test_fatal ("ListActivatableNames message failed"); -- 2.47.3