comparison: src/server/test/httpclient.h
src/server/test/httpclient.h
- changeset 703
- 395c62fac7e5
- parent 701
- 936e5487418a
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_http_client_simple_get1); |
38 CX_TEST(test_http_client_simple_get1); |
| |
39 CX_TEST(test_http_client_simple_get_line_io); |
| |
40 CX_TEST(test_http_client_simple_get_small_blocksize); |
| |
41 CX_TEST(test_http_client_simple_get_1b_blocksize); |
| 39 |
42 |
| 40 |
43 |
| 41 #ifdef __cplusplus |
44 #ifdef __cplusplus |
| 42 } |
45 } |
| 43 #endif |
46 #endif |