src/server/test/webdav.h

branch
webdav
changeset 239
d5031c30022c
parent 233
c5985d2fc19a
child 241
4adad7faf452
equal deleted inserted replaced
238:e820d433f405 239:d5031c30022c
49 49
50 UCX_TEST(test_webdav_plist_iterator); 50 UCX_TEST(test_webdav_plist_iterator);
51 UCX_TEST(test_webdav_plist_iterator_remove_current); 51 UCX_TEST(test_webdav_plist_iterator_remove_current);
52 52
53 UCX_TEST(test_msresponse_addproperty); 53 UCX_TEST(test_msresponse_addproperty);
54 UCX_TEST(test_msresponse_addproperty_with_errors);
54 55
55 UCX_TEST(test_webdav_propfind_init); 56 UCX_TEST(test_webdav_propfind_init);
56 UCX_TEST(test_webdav_op_propfind_begin); 57 UCX_TEST(test_webdav_op_propfind_begin);
57 UCX_TEST(test_webdav_op_propfind_children); 58 UCX_TEST(test_webdav_op_propfind_children);
58 59
59 UCX_TEST(test_webdav_propfind); 60 UCX_TEST(test_webdav_propfind);
61
62 UCX_TEST(test_proppatch_msresponse);
60 63
61 /* --------------------------- PROPFIND --------------------------- */ 64 /* --------------------------- PROPFIND --------------------------- */
62 65
63 #define TEST_PROPFIND1 "<?xml version=\"1.0\" encoding=\"utf-8\" ?> \ 66 #define TEST_PROPFIND1 "<?xml version=\"1.0\" encoding=\"utf-8\" ?> \
64 <D:propfind xmlns:D=\"DAV:\"> \ 67 <D:propfind xmlns:D=\"DAV:\"> \

mercurial