src/server/test/main.c

branch
webdav
changeset 242
c337a7ac82a8
parent 241
4adad7faf452
child 245
a193c42fc809
equal deleted inserted replaced
241:4adad7faf452 242:c337a7ac82a8
97 ucx_test_register(suite, test_msresponse_addproperty_with_errors); 97 ucx_test_register(suite, test_msresponse_addproperty_with_errors);
98 ucx_test_register(suite, test_webdav_op_proppatch); 98 ucx_test_register(suite, test_webdav_op_proppatch);
99 99
100 // webdav methods 100 // webdav methods
101 ucx_test_register(suite, test_webdav_propfind); 101 ucx_test_register(suite, test_webdav_propfind);
102 ucx_test_register(suite, test_webdav_proppatch);
102 103
103 // run tests 104 // run tests
104 ucx_test_run(suite, stdout); 105 ucx_test_run(suite, stdout);
105 fflush(stdout); 106 fflush(stdout);
106 107

mercurial