diff -r b608b7aa43a6 -r 4090fc1b1c52 src/server/plugins/postgresql/pgtest.h --- 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 @@ \ " +#define PG_TEST_ALLPROP " \ + \ + \ + " + #ifdef __cplusplus }