src/server/plugins/postgresql/pgtest.h

branch
webdav
changeset 316
4090fc1b1c52
parent 315
b608b7aa43a6
child 318
60870dbac94f
--- a/src/server/plugins/postgresql/pgtest.h	Tue Apr 26 14:33:58 2022 +0200
+++ b/src/server/plugins/postgresql/pgtest.h	Tue Apr 26 15:19:12 2022 +0200
@@ -58,6 +58,7 @@
 UCX_TEST(test_pg_webdav_create_from_resdata);
 UCX_TEST(test_pg_prepare_tests);
 UCX_TEST(test_pg_webdav_propfind);
+UCX_TEST(test_pg_webdav_propfind_allprop);
 
 
 /* --------------------------- PROPFIND --------------------------- */
@@ -90,6 +91,11 @@
             </D:prop> \
         </D:propfind>"
 
+#define PG_TEST_ALLPROP "<?xml version=\"1.0\" encoding=\"utf-8\" ?> \
+        <D:propfind xmlns:D=\"DAV:\" xmlns:X=\"http://example.com/\" > \
+            <D:allprop/> \
+        </D:propfind>"
+
 
 #ifdef __cplusplus
 }

mercurial