mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-14 07:30:31 +01:00
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 <smcv@collabora.com>
This commit is contained in:
parent
1b8efd9d44
commit
19bc103e5d
1 changed files with 0 additions and 4 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue