| 251 CX_TEST_ASSERT(!cx_strcmp(a1->street, "street 2")); |
251 CX_TEST_ASSERT(!cx_strcmp(a1->street, "street 2")); |
| 252 CX_TEST_ASSERT(!cx_strcmp(a0->zip, "12343")); |
252 CX_TEST_ASSERT(!cx_strcmp(a0->zip, "12343")); |
| 253 CX_TEST_ASSERT(!cx_strcmp(a1->zip, "23456")); |
253 CX_TEST_ASSERT(!cx_strcmp(a1->zip, "23456")); |
| 254 CX_TEST_ASSERT(!cx_strcmp(a0->city, "city 17")); |
254 CX_TEST_ASSERT(!cx_strcmp(a0->city, "city 17")); |
| 255 CX_TEST_ASSERT(!cx_strcmp(a1->city, "city 18")); |
255 CX_TEST_ASSERT(!cx_strcmp(a1->city, "city 18")); |
| |
256 |
| |
257 dbuObjectBuilderDestroy(builder); |
| 256 } |
258 } |
| 257 |
259 |
| 258 cxMempoolFree(mp); |
260 cxMempoolFree(mp); |
| 259 } |
261 } |