()
| 281 | |
| 282 | |
| 283 | @Test |
| 284 | public void testBlobData() |
| 285 | throws IOException |
| 286 | { |
| 287 | for (int i = 0; i < TEST_DATA.length; i++) |
| 288 | { |
| 289 | TestData td = TEST_DATA[i]; |
| 290 | // IonBlob value = (IonBlob) oneValue("{{ " + td.base64 + "}}"); |
| 291 | // checkBlob(td.bytes, value); |
| 292 | checkBlob(td.bytes, td.base64); |
| 293 | } |
| 294 | } |
| 295 | |
| 296 | |
| 297 | @Test |