comparison: test/utils.h
test/utils.h
- branch
- dav-2
- changeset 897
- d684ba9e2da0
- parent 896
- 2c765c286536
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_util_parse_creationdate); |
38 CX_TEST(test_util_parse_creationdate); |
| |
39 CX_TEST(test_util_url_base); |
| |
40 CX_TEST(test_util_concat_path); |
| 39 CX_TEST(test_util_path_isrelated); |
41 CX_TEST(test_util_path_isrelated); |
| 40 |
42 |
| 41 |
43 |
| 42 #ifdef __cplusplus |
44 #ifdef __cplusplus |
| 43 } |
45 } |