src/server/test/main.c

branch
webdav
changeset 249
3b302093945c
parent 248
bc8f8ddbad2e
child 251
f727a21497bb
equal deleted inserted replaced
248:bc8f8ddbad2e 249:3b302093945c
97 ucx_test_register(suite, test_webdav_op_propfind_children); 97 ucx_test_register(suite, test_webdav_op_propfind_children);
98 ucx_test_register(suite, test_proppatch_msresponse); 98 ucx_test_register(suite, test_proppatch_msresponse);
99 ucx_test_register(suite, test_msresponse_addproperty_with_errors); 99 ucx_test_register(suite, test_msresponse_addproperty_with_errors);
100 ucx_test_register(suite, test_webdav_op_proppatch); 100 ucx_test_register(suite, test_webdav_op_proppatch);
101 ucx_test_register(suite, test_webdav_vfs_op_do); 101 ucx_test_register(suite, test_webdav_vfs_op_do);
102 ucx_test_register(suite, test_webdav_delete);
102 103
103 // webdav methods 104 // webdav methods
104 ucx_test_register(suite, test_webdav_propfind); 105 ucx_test_register(suite, test_webdav_propfind);
105 ucx_test_register(suite, test_webdav_proppatch); 106 ucx_test_register(suite, test_webdav_proppatch);
106 107

mercurial