dbus/test/name-test
Simon McVittie f325252e5e test-autolaunch-win: Remove redundant check for ERROR message
This seems to have been intended to give a more specific error message
if the method call failed, but it will not have been effective, because
dbus_connection_send_with_reply_and_block() ends with a check for ERROR
messages using dbus_set_error_from_message(). This means that if the
reply was an ERROR message, it will already have been converted into a
DBusError by the time call_method() regains control.

Signed-off-by: Simon McVittie <smcv@collabora.com>
2022-10-11 18:20:53 +00:00
..
.gitignore .gitignore: Normalize into LC_ALL=C sort order 2018-12-14 12:53:08 +00:00
CMakeLists.txt Add a test application for autostart on Windows implementation 2022-06-27 15:34:23 +02:00
Makefile.am build: Distribute Meson build system in release tarballs 2022-07-13 20:36:13 +01:00
meson.build test: Work around TAP test regression in Meson 0.63.0 2022-07-15 10:10:54 +01:00
run-test-systemserver.sh Add Meson build system 2022-07-13 20:36:13 +01:00
run-test.sh Add Meson build system 2022-07-13 20:36:13 +01:00
test-autolaunch-win.c test-autolaunch-win: Remove redundant check for ERROR message 2022-10-11 18:20:53 +00:00
test-autolaunch.c test-autolaunch: Make recently-added message similar to the others 2017-06-08 18:43:38 +01:00
test-ids.c Refer to correct bus in test-ids error message 2018-12-11 10:39:26 +00:00
test-pending-call-disconnected.c Skip name-test/ when running under valgrind for now 2018-08-02 17:16:52 +01:00
test-pending-call-dispatch.c Skip name-test/ when running under valgrind for now 2018-08-02 17:16:52 +01:00
test-pending-call-timeout.c Skip name-test/ when running under valgrind for now 2018-08-02 17:16:52 +01:00
test-privserver-client.c Skip name-test/ when running under valgrind for now 2018-08-02 17:16:52 +01:00
test-shutdown.c Fix test-shutdown bail out on Windows 2018-12-05 10:55:28 +00:00
test-threads-init.c Skip name-test/ when running under valgrind for now 2018-08-02 17:16:52 +01:00