diff -r e820d433f405 -r d5031c30022c src/server/test/main.c --- 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);