diff -r 09676b559091 -r 60870dbac94f src/server/plugins/postgresql/pgtest.h --- a/src/server/plugins/postgresql/pgtest.h Tue Apr 26 18:21:25 2022 +0200 +++ b/src/server/plugins/postgresql/pgtest.h Sat Apr 30 20:44:38 2022 +0200 @@ -59,6 +59,7 @@ UCX_TEST(test_pg_prepare_tests); UCX_TEST(test_pg_webdav_propfind); UCX_TEST(test_pg_webdav_propfind_allprop); +UCX_TEST(test_pg_webdav_proppatch_set); /* --------------------------- PROPFIND --------------------------- */ @@ -96,6 +97,12 @@ \ " +#define PG_TEST_PROPPATCH1 " \ + \ + \ + testname \ + \ + " #ifdef __cplusplus }