mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-01 17:09:08 +00:00
fix version of test
This commit is contained in:
parent
e18cfcf0f8
commit
9a8392275f
@ -59,7 +59,7 @@ public class LoadIgTests {
|
||||
hl7Validator.prepare();
|
||||
IgLoader igLoader = new IgLoader(hl7Validator.getPcm(), hl7Validator.getContext(), hl7Validator.getVersion(), true);
|
||||
|
||||
byte[] b = TextFile.streamToBytes(TestingUtilities.loadTestResourceStream("r5", "snapshot-generation", "t34-expected.xml")); // yes the choice of R5 is deliberate here - it's the same content as R4.
|
||||
byte[] b = TextFile.streamToBytes(TestingUtilities.loadTestResourceStream("r4b", "snapshot-generation", "t34-expected.xml")); // yes the choice of R5 is deliberate here - it's the same content as R4.
|
||||
for (int i = 0; i < DO_TIMES; i++) {
|
||||
System.gc();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user