mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 00:37:59 +02:00
Do not fail with fatal message skipping GetConnectionUnixProcessID test-bus test on windows.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=92721 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
19a0c97d55
commit
543d855021
1 changed files with 1 additions and 1 deletions
|
|
@ -4847,7 +4847,7 @@ bus_dispatch_test_conf (const DBusString *test_data_dir,
|
|||
_dbus_assert_not_reached ("GetConnectionUnixUser message failed");
|
||||
|
||||
#ifdef DBUS_WIN_FIXME
|
||||
_dbus_warn("TODO: testing of GetConnectionUnixProcessID message skipped for now\n");
|
||||
_dbus_verbose("TODO: testing of GetConnectionUnixProcessID message skipped for now\n");
|
||||
#else
|
||||
if (!check_get_connection_unix_process_id (context, baz))
|
||||
_dbus_assert_not_reached ("GetConnectionUnixProcessID message failed");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue