src/server/test/webdav.h

branch
webdav
changeset 239
d5031c30022c
parent 233
c5985d2fc19a
child 241
4adad7faf452
--- a/src/server/test/webdav.h	Sat Jan 25 09:00:27 2020 +0100
+++ b/src/server/test/webdav.h	Sat Jan 25 11:16:55 2020 +0100
@@ -51,6 +51,7 @@
 UCX_TEST(test_webdav_plist_iterator_remove_current);
 
 UCX_TEST(test_msresponse_addproperty);
+UCX_TEST(test_msresponse_addproperty_with_errors);
 
 UCX_TEST(test_webdav_propfind_init);
 UCX_TEST(test_webdav_op_propfind_begin);
@@ -58,6 +59,8 @@
 
 UCX_TEST(test_webdav_propfind);
 
+UCX_TEST(test_proppatch_msresponse);
+
 /* --------------------------- PROPFIND --------------------------- */
 
 #define TEST_PROPFIND1 "<?xml version=\"1.0\" encoding=\"utf-8\" ?> \

mercurial