| 47 pblock **out_pb, |
47 pblock **out_pb, |
| 48 const char *method, |
48 const char *method, |
| 49 const char *path, |
49 const char *path, |
| 50 const char *request_body); |
50 const char *request_body); |
| 51 |
51 |
| 52 UCX_TEST(test_webdav_plist_add); |
52 CX_TEST(test_webdav_plist_add); |
| 53 UCX_TEST(test_webdav_plist_size); |
53 CX_TEST(test_webdav_plist_size); |
| 54 |
54 |
| 55 UCX_TEST(test_propfind_parse); |
55 CX_TEST(test_propfind_parse); |
| 56 UCX_TEST(test_proppatch_parse); |
56 CX_TEST(test_proppatch_parse); |
| 57 UCX_TEST(test_lock_parse); |
57 CX_TEST(test_lock_parse); |
| 58 |
58 |
| 59 UCX_TEST(test_rqbody2buffer); |
59 CX_TEST(test_rqbody2buffer); |
| 60 |
60 |
| 61 UCX_TEST(test_webdav_plist_iterator); |
61 CX_TEST(test_webdav_plist_iterator); |
| 62 UCX_TEST(test_webdav_plist_iterator_remove_current); |
62 CX_TEST(test_webdav_plist_iterator_remove_current); |
| 63 |
63 |
| 64 UCX_TEST(test_msresponse_addproperty); |
64 CX_TEST(test_msresponse_addproperty); |
| 65 UCX_TEST(test_msresponse_addproperty_with_errors); |
65 CX_TEST(test_msresponse_addproperty_with_errors); |
| 66 |
66 |
| 67 UCX_TEST(test_webdav_propfind_init); |
67 CX_TEST(test_webdav_propfind_init); |
| 68 UCX_TEST(test_webdav_op_propfind_begin); |
68 CX_TEST(test_webdav_op_propfind_begin); |
| 69 UCX_TEST(test_webdav_op_propfind_children); |
69 CX_TEST(test_webdav_op_propfind_children); |
| 70 |
70 |
| 71 UCX_TEST(test_webdav_propfind); |
71 CX_TEST(test_webdav_propfind); |
| 72 |
72 |
| 73 UCX_TEST(test_proppatch_msresponse); |
73 CX_TEST(test_proppatch_msresponse); |
| 74 UCX_TEST(test_webdav_op_proppatch); |
74 CX_TEST(test_webdav_op_proppatch); |
| 75 |
75 |
| 76 UCX_TEST(test_webdav_proppatch); |
76 CX_TEST(test_webdav_proppatch); |
| 77 |
77 |
| 78 UCX_TEST(test_webdav_vfs_op_do); |
78 CX_TEST(test_webdav_vfs_op_do); |
| 79 |
79 |
| 80 UCX_TEST(test_webdav_delete); |
80 CX_TEST(test_webdav_delete); |
| 81 UCX_TEST(test_webdav_put); |
81 CX_TEST(test_webdav_put); |
| 82 |
82 |
| 83 /* --------------------------- PROPFIND --------------------------- */ |
83 /* --------------------------- PROPFIND --------------------------- */ |
| 84 |
84 |
| 85 #define TEST_PROPFIND1 "<?xml version=\"1.0\" encoding=\"utf-8\" ?> \ |
85 #define TEST_PROPFIND1 "<?xml version=\"1.0\" encoding=\"utf-8\" ?> \ |
| 86 <D:propfind xmlns:D=\"DAV:\"> \ |
86 <D:propfind xmlns:D=\"DAV:\"> \ |