src/server/test/main.c

branch
webdav
changeset 220
2915b6c11aec
parent 219
dd6c155c082a
child 224
0de1ec82628e
equal deleted inserted replaced
219:dd6c155c082a 220:2915b6c11aec
64 64
65 // vfs tests 65 // vfs tests
66 ucx_test_register(suite, test_vfs_open); 66 ucx_test_register(suite, test_vfs_open);
67 ucx_test_register(suite, test_vfs_mkdir); 67 ucx_test_register(suite, test_vfs_mkdir);
68 ucx_test_register(suite, test_vfs_opendir); 68 ucx_test_register(suite, test_vfs_opendir);
69 ucx_test_register(suite, test_readdir); 69 ucx_test_register(suite, test_vfs_readdir);
70 70
71 // webdav tests 71 // webdav tests
72 ucx_test_register(suite, test_propfind_parse); 72 ucx_test_register(suite, test_propfind_parse);
73 ucx_test_register(suite, test_proppatch_parse); 73 ucx_test_register(suite, test_proppatch_parse);
74 ucx_test_register(suite, test_lock_parse); 74 ucx_test_register(suite, test_lock_parse);
76 ucx_test_register(suite, test_webdav_plist_iterator); 76 ucx_test_register(suite, test_webdav_plist_iterator);
77 ucx_test_register(suite, test_webdav_plist_iterator_remove_current); 77 ucx_test_register(suite, test_webdav_plist_iterator_remove_current);
78 ucx_test_register(suite, test_msresponse_addproperty); 78 ucx_test_register(suite, test_msresponse_addproperty);
79 ucx_test_register(suite, test_webdav_propfind_init); 79 ucx_test_register(suite, test_webdav_propfind_init);
80 ucx_test_register(suite, test_webdav_op_propfind_begin); 80 ucx_test_register(suite, test_webdav_op_propfind_begin);
81 ucx_test_register(suite, test_webdav_op_propfind_children);
81 82
82 // run tests 83 // run tests
83 ucx_test_run(suite, stdout); 84 ucx_test_run(suite, stdout);
84 fflush(stdout); 85 fflush(stdout);
85 86

mercurial