| 145 cx_test_register(suite, test_io_httpstream_chunked_write_xx); |
145 cx_test_register(suite, test_io_httpstream_chunked_write_xx); |
| 146 cx_test_register(suite, test_io_httpstream_chunked_write_partial_header); |
146 cx_test_register(suite, test_io_httpstream_chunked_write_partial_header); |
| 147 cx_test_register(suite, test_io_httpstream_chunked_write_partial_data); |
147 cx_test_register(suite, test_io_httpstream_chunked_write_partial_data); |
| 148 cx_test_register(suite, test_io_httpstream_chunked_write_partial_trailer); |
148 cx_test_register(suite, test_io_httpstream_chunked_write_partial_trailer); |
| 149 cx_test_register(suite, test_io_httpstream_chunked_write_partial_trailer_partial_header); |
149 cx_test_register(suite, test_io_httpstream_chunked_write_partial_trailer_partial_header); |
| |
150 cx_test_register(suite, test_io_httpstream_chunked_write_partial_writev); |
| 150 cx_test_register(suite, test_io_httpstream_chunked_write_data_2x); |
151 cx_test_register(suite, test_io_httpstream_chunked_write_data_2x); |
| 151 cx_test_register(suite, test_io_httpstream_chunked_write_xx_limit); |
152 cx_test_register(suite, test_io_httpstream_chunked_write_xx_limit); |
| 152 |
153 |
| 153 // vfs tests |
154 // vfs tests |
| 154 cx_test_register(suite, test_vfs_open); |
155 cx_test_register(suite, test_vfs_open); |
| 207 |
208 |
| 208 // saf tests |
209 // saf tests |
| 209 |
210 |
| 210 |
211 |
| 211 // http tests |
212 // http tests |
| |
213 /* |
| 212 http_client_add_tests(suite); |
214 http_client_add_tests(suite); |
| 213 cx_test_register(suite, test_http_client_simple_get1); |
215 cx_test_register(suite, test_http_client_simple_get1); |
| 214 cx_test_register(suite, test_http_client_simple_get_line_io); |
216 cx_test_register(suite, test_http_client_simple_get_line_io); |
| 215 cx_test_register(suite, test_http_client_simple_get_small_blocksize); |
217 cx_test_register(suite, test_http_client_simple_get_small_blocksize); |
| 216 cx_test_register(suite, test_http_client_simple_get_1b_blocksize); |
218 cx_test_register(suite, test_http_client_simple_get_1b_blocksize); |
| 217 cx_test_register(suite, test_http_client_post_ctlen); |
219 cx_test_register(suite, test_http_client_post_ctlen); |
| 218 cx_test_register(suite, test_http_client_post_chunked); |
220 cx_test_register(suite, test_http_client_post_chunked); |
| 219 cx_test_register(suite, test_http_client_post_ctlen_large); |
221 cx_test_register(suite, test_http_client_post_ctlen_large); |
| 220 cx_test_register(suite, test_http_client_get_incorrect_ctlen); |
222 cx_test_register(suite, test_http_client_get_incorrect_ctlen); |
| 221 cx_test_register(suite, test_http_client_broken_response); |
223 cx_test_register(suite, test_http_client_broken_response); |
| |
224 * */ |
| 222 |
225 |
| 223 // plugin tests |
226 // plugin tests |
| 224 #ifdef ENABLE_POSTGRESQL |
227 #ifdef ENABLE_POSTGRESQL |
| 225 register_pg_tests(argc, argv, suite); |
228 register_pg_tests(argc, argv, suite); |
| 226 #endif |
229 #endif |