mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-03 11:30:27 +01:00
Remove references to test/data/incomplete-messages too
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
6fb2f4c00a
commit
85e89a4e9b
2 changed files with 0 additions and 7 deletions
|
|
@ -117,7 +117,6 @@ endif()
|
|||
set (TESTDIRS
|
||||
test/data
|
||||
test/data/invalid-messages
|
||||
test/data/incomplete-messages
|
||||
test/data/auth
|
||||
test/data/sha-1
|
||||
test/data/systemd-activation
|
||||
|
|
|
|||
|
|
@ -725,13 +725,7 @@ dbus_internal_do_not_use_foreach_message_file (const char *test_d
|
|||
goto failed;
|
||||
|
||||
check_memleaks ();
|
||||
|
||||
if (!process_test_subdir (&test_directory, "incomplete-messages",
|
||||
DBUS_VALID_BUT_INCOMPLETE, func, user_data))
|
||||
goto failed;
|
||||
|
||||
check_memleaks ();
|
||||
|
||||
retval = TRUE;
|
||||
|
||||
failed:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue