src/server/test/webdav.h

branch
webdav
changeset 306
e03737cea6e2
parent 251
f727a21497bb
child 307
8787cb5ebab3
equal deleted inserted replaced
305:4db64fe30588 306:e03737cea6e2
36 36
37 #ifdef __cplusplus 37 #ifdef __cplusplus
38 extern "C" { 38 extern "C" {
39 #endif 39 #endif
40 40
41 void init_test_webdav_method(
42 Session **out_sn,
43 Request **out_rq,
44 TestIOStream **out_st,
45 pblock **out_pb,
46 const char *method,
47 const char *path,
48 const char *request_body);
49
41 UCX_TEST(test_webdav_plist_add); 50 UCX_TEST(test_webdav_plist_add);
42 UCX_TEST(test_webdav_plist_size); 51 UCX_TEST(test_webdav_plist_size);
43 52
44 UCX_TEST(test_propfind_parse); 53 UCX_TEST(test_propfind_parse);
45 UCX_TEST(test_proppatch_parse); 54 UCX_TEST(test_proppatch_parse);

mercurial