src/server/plugins/postgresql/pgtest.h

branch
webdav
changeset 315
b608b7aa43a6
parent 313
3ad0b65ec838
child 316
4090fc1b1c52
equal deleted inserted replaced
314:6b1a6066ee43 315:b608b7aa43a6
61 61
62 62
63 /* --------------------------- PROPFIND --------------------------- */ 63 /* --------------------------- PROPFIND --------------------------- */
64 64
65 #define PG_TEST_PROPFIND1 "<?xml version=\"1.0\" encoding=\"utf-8\" ?> \ 65 #define PG_TEST_PROPFIND1 "<?xml version=\"1.0\" encoding=\"utf-8\" ?> \
66 <D:propfind xmlns:D=\"DAV:\"> \ 66 <D:propfind xmlns:D=\"DAV:\" xmlns:X=\"http://example.com/\" > \
67 <D:prop> \ 67 <D:prop> \
68 <D:displayname/> \ 68 <D:displayname/> \
69 <D:getcontentlength/> \ 69 <D:getcontentlength/> \
70 <D:getcontenttype/> \ 70 <D:getcontenttype/> \
71 <D:getlastmodified/> \ 71 <D:getlastmodified/> \
73 <D:resourcetype/> \ 73 <D:resourcetype/> \
74 <D:getetag/> \ 74 <D:getetag/> \
75 </D:prop> \ 75 </D:prop> \
76 </D:propfind>" 76 </D:propfind>"
77 77
78 #define PG_TEST_PROPFIND2 "<?xml version=\"1.0\" encoding=\"utf-8\" ?> \
79 <D:propfind xmlns:D=\"DAV:\" xmlns:X=\"http://example.com/\" > \
80 <D:prop> \
81 <D:displayname/> \
82 <D:getcontentlength/> \
83 <D:getcontenttype/> \
84 <D:getlastmodified/> \
85 <D:creationdate/> \
86 <D:resourcetype/> \
87 <D:getetag/> \
88 <X:test /> \
89 <X:prop2 /> \
90 </D:prop> \
91 </D:propfind>"
92
78 93
79 #ifdef __cplusplus 94 #ifdef __cplusplus
80 } 95 }
81 #endif 96 #endif
82 97

mercurial