Build tweak
This commit is contained in:
parent
7e2e53a354
commit
3ae5f9a3b7
|
@ -54,7 +54,6 @@ public class FhirSystemDaoDstu3Test extends BaseJpaDstu3SystemTest {
|
|||
public void after() {
|
||||
myDaoConfig.setAllowInlineMatchUrlReferences(false);
|
||||
myDaoConfig.setAllowMultipleDelete(new DaoConfig().isAllowMultipleDelete());
|
||||
myDaoConfig.setProcessCollectionsAsBatch(new DaoConfig().isProcessCollectionsAsBatch());
|
||||
}
|
||||
|
||||
@Before
|
||||
|
@ -327,9 +326,8 @@ public class FhirSystemDaoDstu3Test extends BaseJpaDstu3SystemTest {
|
|||
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testProcessCollectionAsBatch() throws IOException {
|
||||
myDaoConfig.setProcessCollectionsAsBatch(true);
|
||||
|
||||
byte[] inputBytes = IOUtils.toByteArray(getClass().getResourceAsStream("/dstu3/Reilly_Libby_73.json.gz"));
|
||||
String input = GZipUtil.decompress(inputBytes);
|
||||
Bundle bundle = myFhirCtx.newJsonParser().setParserErrorHandler(new LenientErrorHandler()).parseResource(Bundle.class, input);
|
||||
|
@ -340,7 +338,6 @@ public class FhirSystemDaoDstu3Test extends BaseJpaDstu3SystemTest {
|
|||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* See #410
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue