src/server/test/main.c

branch
webdav
changeset 239
d5031c30022c
parent 233
c5985d2fc19a
child 241
4adad7faf452
equal deleted inserted replaced
238:e820d433f405 239:d5031c30022c
91 ucx_test_register(suite, test_webdav_plist_iterator_remove_current); 91 ucx_test_register(suite, test_webdav_plist_iterator_remove_current);
92 ucx_test_register(suite, test_msresponse_addproperty); 92 ucx_test_register(suite, test_msresponse_addproperty);
93 ucx_test_register(suite, test_webdav_propfind_init); 93 ucx_test_register(suite, test_webdav_propfind_init);
94 ucx_test_register(suite, test_webdav_op_propfind_begin); 94 ucx_test_register(suite, test_webdav_op_propfind_begin);
95 ucx_test_register(suite, test_webdav_op_propfind_children); 95 ucx_test_register(suite, test_webdav_op_propfind_children);
96 96 ucx_test_register(suite, test_proppatch_msresponse);
97 ucx_test_register(suite, test_msresponse_addproperty_with_errors);
98
97 // webdav methods 99 // webdav methods
98 ucx_test_register(suite, test_webdav_propfind); 100 ucx_test_register(suite, test_webdav_propfind);
99 101
100 // run tests 102 // run tests
101 ucx_test_run(suite, stdout); 103 ucx_test_run(suite, stdout);
102 fflush(stdout); 104 fflush(stdout);
103 105
104 return EXIT_SUCCESS; 106 return EXIT_SUCCESS;

mercurial