src/server/test/main.c

branch
webdav
changeset 239
d5031c30022c
parent 233
c5985d2fc19a
child 241
4adad7faf452
--- a/src/server/test/main.c	Sat Jan 25 09:00:27 2020 +0100
+++ b/src/server/test/main.c	Sat Jan 25 11:16:55 2020 +0100
@@ -93,10 +93,12 @@
     ucx_test_register(suite, test_webdav_propfind_init);
     ucx_test_register(suite, test_webdav_op_propfind_begin);
     ucx_test_register(suite, test_webdav_op_propfind_children);
-    
+    ucx_test_register(suite, test_proppatch_msresponse);
+    ucx_test_register(suite, test_msresponse_addproperty_with_errors);
+       
     // webdav methods
     ucx_test_register(suite, test_webdav_propfind);
-    
+       
     // run tests
     ucx_test_run(suite, stdout);
     fflush(stdout);

mercurial