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 |