comparison: test/webdav_resource.h
test/webdav_resource.h
- branch
- dav-2
- changeset 903
- 457faa53fd7e
- parent 902
- 06fa328989ee
equal
deleted
inserted
replaced
| 34 #ifdef __cplusplus |
34 #ifdef __cplusplus |
| 35 extern "C" { |
35 extern "C" { |
| 36 #endif |
36 #endif |
| 37 |
37 |
| 38 CX_TEST(test_dav_load_webdav); |
38 CX_TEST(test_dav_load_webdav); |
| |
39 CX_TEST(test_dav_exists_webdav); |
| |
40 CX_TEST(test_dav_create_webdav); |
| |
41 CX_TEST(test_dav_store_content_webdav); |
| 39 |
42 |
| 40 |
43 |
| 41 #ifdef __cplusplus |
44 #ifdef __cplusplus |
| 42 } |
45 } |
| 43 #endif |
46 #endif |