src/server/test/main.c

branch
webdav
changeset 245
a193c42fc809
parent 242
c337a7ac82a8
child 248
bc8f8ddbad2e
equal deleted inserted replaced
244:e59abb210584 245:a193c42fc809
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 ucx_test_register(suite, test_webdav_op_proppatch);
99 ucx_test_register(suite, test_webdav_vfs_op_do);
99 100
100 // webdav methods 101 // webdav methods
101 ucx_test_register(suite, test_webdav_propfind); 102 ucx_test_register(suite, test_webdav_propfind);
102 ucx_test_register(suite, test_webdav_proppatch); 103 ucx_test_register(suite, test_webdav_proppatch);
103 104

mercurial