diff -r e59abb210584 -r a193c42fc809 src/server/test/main.c --- a/src/server/test/main.c Sat Feb 01 18:44:31 2020 +0100 +++ b/src/server/test/main.c Sun Feb 02 17:42:05 2020 +0100 @@ -96,6 +96,7 @@ ucx_test_register(suite, test_proppatch_msresponse); ucx_test_register(suite, test_msresponse_addproperty_with_errors); ucx_test_register(suite, test_webdav_op_proppatch); + ucx_test_register(suite, test_webdav_vfs_op_do); // webdav methods ucx_test_register(suite, test_webdav_propfind);