]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Remove references to test/data/incomplete-messages too
authorSimon McVittie <smcv@collabora.com>
Wed, 15 Nov 2017 15:28:11 +0000 (15:28 +0000)
committerSimon McVittie <smcv@collabora.com>
Wed, 15 Nov 2017 15:28:11 +0000 (15:28 +0000)
Signed-off-by: Simon McVittie <smcv@collabora.com>
cmake/test/CMakeLists.txt
dbus/dbus-message-util.c

index 7cef68c8010c53311ad8ea7b0868468995680f79..5b190b728cfcc41f8110d26552b77192766c2e58 100644 (file)
@@ -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
index 2a4cdf377a88e455468503ab908652b33cb1d59c..2fefbe4f86e09bf86482925ba705798a9dfd2333 100644 (file)
@@ -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: