| 145 cx_test_register(suite, testObjectToJsonChildObj); |
145 cx_test_register(suite, testObjectToJsonChildObj); |
| 146 cx_test_register(suite, testObjectToJsonChildList); |
146 cx_test_register(suite, testObjectToJsonChildList); |
| 147 cx_test_register(suite, testJsonToSimpleObject); |
147 cx_test_register(suite, testJsonToSimpleObject); |
| 148 cx_test_register(suite, testJsonToObjectWithObjChild); |
148 cx_test_register(suite, testJsonToObjectWithObjChild); |
| 149 cx_test_register(suite, testJsonToObjectWithArray); |
149 cx_test_register(suite, testJsonToObjectWithArray); |
| |
150 cx_test_register(suite, testJsonToObjectWithEmptyArray); |
| |
151 cx_test_register(suite, testJsonToObjectWithNullArray); |
| 150 |
152 |
| 151 cx_test_run_stdout(suite); |
153 cx_test_run_stdout(suite); |
| 152 |
154 |
| 153 |
155 |
| 154 #ifdef DBU_SQLITE |
156 #ifdef DBU_SQLITE |