| 37 #include "../util/pool.h" |
37 #include "../util/pool.h" |
| 38 #include "../public/nsapi.h" |
38 #include "../public/nsapi.h" |
| 39 #include "../util/plist.h" |
39 #include "../util/plist.h" |
| 40 #include "../util/date.h" |
40 #include "../util/date.h" |
| 41 #include "../daemon/vfs.h" |
41 #include "../daemon/vfs.h" |
| |
42 #include "../safs/proxy.h" |
| 42 |
43 |
| 43 #include "test.h" |
44 #include "test.h" |
| 44 |
45 |
| 45 #include "httpparser.h" |
46 #include "httpparser.h" |
| 46 #include "pblock.h" |
47 #include "pblock.h" |
| 189 // webdav methods |
190 // webdav methods |
| 190 cx_test_register(suite, test_webdav_propfind); |
191 cx_test_register(suite, test_webdav_propfind); |
| 191 cx_test_register(suite, test_webdav_proppatch); |
192 cx_test_register(suite, test_webdav_proppatch); |
| 192 cx_test_register(suite, test_webdav_put); |
193 cx_test_register(suite, test_webdav_put); |
| 193 |
194 |
| |
195 // saf tests |
| |
196 http_reverse_proxy_add_tests(suite); |
| |
197 |
| 194 // plugin tests |
198 // plugin tests |
| 195 #ifdef ENABLE_POSTGRESQL |
199 #ifdef ENABLE_POSTGRESQL |
| 196 register_pg_tests(argc, argv, suite); |
200 register_pg_tests(argc, argv, suite); |
| 197 #endif |
201 #endif |
| 198 |
202 |