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
|
@Test
|
||||||
public void testSyntax() throws IOException, FHIRException {
|
public void testSyntax() throws IOException, FHIRException {
|
||||||
StructureMapUtilities scu = new StructureMapUtilities(context, this);
|
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);
|
System.out.println(fileMap);
|
||||||
|
|
||||||
StructureMap structureMap = scu.parse(fileMap, "Syntax");
|
StructureMap structureMap = scu.parse(fileMap, "Syntax");
|
||||||
|
|
Loading…
Reference in New Issue