src/server/plugins/postgresql/pgtest.h

branch
webdav
changeset 316
4090fc1b1c52
parent 315
b608b7aa43a6
child 318
60870dbac94f
equal deleted inserted replaced
315:b608b7aa43a6 316:4090fc1b1c52
56 UCX_TEST(test_pg_vfs_rmdir); 56 UCX_TEST(test_pg_vfs_rmdir);
57 57
58 UCX_TEST(test_pg_webdav_create_from_resdata); 58 UCX_TEST(test_pg_webdav_create_from_resdata);
59 UCX_TEST(test_pg_prepare_tests); 59 UCX_TEST(test_pg_prepare_tests);
60 UCX_TEST(test_pg_webdav_propfind); 60 UCX_TEST(test_pg_webdav_propfind);
61 UCX_TEST(test_pg_webdav_propfind_allprop);
61 62
62 63
63 /* --------------------------- PROPFIND --------------------------- */ 64 /* --------------------------- PROPFIND --------------------------- */
64 65
65 #define PG_TEST_PROPFIND1 "<?xml version=\"1.0\" encoding=\"utf-8\" ?> \ 66 #define PG_TEST_PROPFIND1 "<?xml version=\"1.0\" encoding=\"utf-8\" ?> \
88 <X:test /> \ 89 <X:test /> \
89 <X:prop2 /> \ 90 <X:prop2 /> \
90 </D:prop> \ 91 </D:prop> \
91 </D:propfind>" 92 </D:propfind>"
92 93
94 #define PG_TEST_ALLPROP "<?xml version=\"1.0\" encoding=\"utf-8\" ?> \
95 <D:propfind xmlns:D=\"DAV:\" xmlns:X=\"http://example.com/\" > \
96 <D:allprop/> \
97 </D:propfind>"
98
93 99
94 #ifdef __cplusplus 100 #ifdef __cplusplus
95 } 101 }
96 #endif 102 #endif
97 103

mercurial