diff -r 4db64fe30588 -r e03737cea6e2 src/server/plugins/postgresql/pgtest.h --- 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 " \ + \ + \ + \ + \ + \ + \ + \ + \ + \ + " + + #ifdef __cplusplus } #endif