src/server/test/webdav.h

changeset 633
392ec9026b07
parent 415
d938228c382e
--- a/src/server/test/webdav.h	Sat Nov 22 12:49:20 2025 +0100
+++ b/src/server/test/webdav.h	Sat Nov 22 14:27:01 2025 +0100
@@ -49,36 +49,36 @@
         const char *path,
         const char *request_body);
     
-UCX_TEST(test_webdav_plist_add);
-UCX_TEST(test_webdav_plist_size);
+CX_TEST(test_webdav_plist_add);
+CX_TEST(test_webdav_plist_size);
     
-UCX_TEST(test_propfind_parse);
-UCX_TEST(test_proppatch_parse);
-UCX_TEST(test_lock_parse);
+CX_TEST(test_propfind_parse);
+CX_TEST(test_proppatch_parse);
+CX_TEST(test_lock_parse);
 
-UCX_TEST(test_rqbody2buffer);
+CX_TEST(test_rqbody2buffer);
 
-UCX_TEST(test_webdav_plist_iterator);
-UCX_TEST(test_webdav_plist_iterator_remove_current);
+CX_TEST(test_webdav_plist_iterator);
+CX_TEST(test_webdav_plist_iterator_remove_current);
 
-UCX_TEST(test_msresponse_addproperty);
-UCX_TEST(test_msresponse_addproperty_with_errors);
+CX_TEST(test_msresponse_addproperty);
+CX_TEST(test_msresponse_addproperty_with_errors);
 
-UCX_TEST(test_webdav_propfind_init);
-UCX_TEST(test_webdav_op_propfind_begin);
-UCX_TEST(test_webdav_op_propfind_children);
+CX_TEST(test_webdav_propfind_init);
+CX_TEST(test_webdav_op_propfind_begin);
+CX_TEST(test_webdav_op_propfind_children);
 
-UCX_TEST(test_webdav_propfind);
+CX_TEST(test_webdav_propfind);
 
-UCX_TEST(test_proppatch_msresponse);
-UCX_TEST(test_webdav_op_proppatch);
+CX_TEST(test_proppatch_msresponse);
+CX_TEST(test_webdav_op_proppatch);
 
-UCX_TEST(test_webdav_proppatch);
+CX_TEST(test_webdav_proppatch);
 
-UCX_TEST(test_webdav_vfs_op_do);
+CX_TEST(test_webdav_vfs_op_do);
 
-UCX_TEST(test_webdav_delete);
-UCX_TEST(test_webdav_put);
+CX_TEST(test_webdav_delete);
+CX_TEST(test_webdav_put);
 
 /* --------------------------- PROPFIND --------------------------- */
 

mercurial