src/server/test/main.c

branch
webdav
changeset 241
4adad7faf452
parent 239
d5031c30022c
child 242
c337a7ac82a8
equal deleted inserted replaced
240:cd74667f6c85 241:4adad7faf452
93 ucx_test_register(suite, test_webdav_propfind_init); 93 ucx_test_register(suite, test_webdav_propfind_init);
94 ucx_test_register(suite, test_webdav_op_propfind_begin); 94 ucx_test_register(suite, test_webdav_op_propfind_begin);
95 ucx_test_register(suite, test_webdav_op_propfind_children); 95 ucx_test_register(suite, test_webdav_op_propfind_children);
96 ucx_test_register(suite, test_proppatch_msresponse); 96 ucx_test_register(suite, test_proppatch_msresponse);
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 99
99 // webdav methods 100 // webdav methods
100 ucx_test_register(suite, test_webdav_propfind); 101 ucx_test_register(suite, test_webdav_propfind);
101 102
102 // run tests 103 // run tests

mercurial