mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-08 13:54:44 +00:00
split between R4B and R5 test cases
This commit is contained in:
parent
8e5791ca82
commit
ca19aa7e35
@ -63,7 +63,7 @@ public class StructureMapUtilitiesTest implements ITransformerServices {
|
||||
@Test
|
||||
public void testSyntax() throws IOException, FHIRException {
|
||||
StructureMapUtilities scu = new StructureMapUtilities(context, this);
|
||||
String fileMap = TestingUtilities.loadTestResource("r5", "structure-mapping", "syntax.map");
|
||||
String fileMap = TestingUtilities.loadTestResource("r4b", "structure-mapping", "syntax.map");
|
||||
System.out.println(fileMap);
|
||||
|
||||
StructureMap structureMap = scu.parse(fileMap, "Syntax");
|
||||
|
Loading…
x
Reference in New Issue
Block a user