src/server/plugins/postgresql/pgtest.h

branch
webdav
changeset 306
e03737cea6e2
parent 296
78e92337fa4e
child 311
e676ed461b5b
--- a/src/server/plugins/postgresql/pgtest.h	Thu Apr 21 17:16:49 2022 +0200
+++ b/src/server/plugins/postgresql/pgtest.h	Sun Apr 24 18:35:44 2022 +0200
@@ -29,6 +29,26 @@
 UCX_TEST(test_pg_vfs_unlink);
 UCX_TEST(test_pg_vfs_rmdir);
 
+UCX_TEST(test_pg_webdav_create_from_resdata);
+UCX_TEST(test_pg_prepare_tests);
+UCX_TEST(test_pg_webdav_propfind);
+
+
+/* --------------------------- PROPFIND --------------------------- */
+
+#define PG_TEST_PROPFIND1 "<?xml version=\"1.0\" encoding=\"utf-8\" ?> \
+        <D:propfind xmlns:D=\"DAV:\"> \
+            <D:prop> \
+                <D:displayname/> \
+                <D:getcontentlength/> \
+                <D:getcontenttype/> \
+                <D:getlastmodified/> \
+                <D:resourcetype/> \
+                <D:getetag/> \
+            </D:prop> \
+        </D:propfind>"
+
+
 #ifdef __cplusplus
 }
 #endif

mercurial