src/server/plugins/postgresql/pgtest.h

changeset 633
392ec9026b07
parent 505
d41fc7f37aed
--- a/src/server/plugins/postgresql/pgtest.h	Sat Nov 22 12:49:20 2025 +0100
+++ b/src/server/plugins/postgresql/pgtest.h	Sat Nov 22 14:27:01 2025 +0100
@@ -47,22 +47,22 @@
 TestMultistatus* test_parse_multistatus(const char *space, size_t size);
 void test_multistatus_destroy(TestMultistatus *ms);
 
-UCX_TEST(test_pg_conn);
+CX_TEST(test_pg_conn);
 
-UCX_TEST(test_pg_lookup_root);
+CX_TEST(test_pg_lookup_root);
 
-UCX_TEST(test_pg_vfs_open);
-UCX_TEST(test_pg_vfs_io);
-UCX_TEST(test_pg_vfs_stat);
-UCX_TEST(test_pg_vfs_mkdir);
-UCX_TEST(test_pg_vfs_unlink);
-UCX_TEST(test_pg_vfs_rmdir);
+CX_TEST(test_pg_vfs_open);
+CX_TEST(test_pg_vfs_io);
+CX_TEST(test_pg_vfs_stat);
+CX_TEST(test_pg_vfs_mkdir);
+CX_TEST(test_pg_vfs_unlink);
+CX_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);
-UCX_TEST(test_pg_webdav_propfind_allprop);
-UCX_TEST(test_pg_webdav_proppatch_set);
+CX_TEST(test_pg_webdav_create_from_resdata);
+CX_TEST(test_pg_prepare_tests);
+CX_TEST(test_pg_webdav_propfind);
+CX_TEST(test_pg_webdav_propfind_allprop);
+CX_TEST(test_pg_webdav_proppatch_set);
 
 
 /* --------------------------- PROPFIND --------------------------- */

mercurial