fix snapshot build
This commit is contained in:
parent
cec1a365ec
commit
d5e98dbf94
|
@ -106,7 +106,7 @@ public class NarrativeGenerationTests {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Stream<Arguments> data() throws ParserConfigurationException, IOException, FHIRFormatError, SAXException {
|
public static Stream<Arguments> data() throws ParserConfigurationException, IOException, FHIRFormatError, SAXException {
|
||||||
Document tests = XMLUtil.parseToDom(TestingUtilities.loadTestResource("r5", "narrative", "manifest.xml"));
|
Document tests = XMLUtil.parseToDom(TestingUtilities.loadTestResource("r4b", "narrative", "manifest.xml"));
|
||||||
Element test = XMLUtil.getFirstChild(tests.getDocumentElement());
|
Element test = XMLUtil.getFirstChild(tests.getDocumentElement());
|
||||||
List<Arguments> objects = new ArrayList<>();
|
List<Arguments> objects = new ArrayList<>();
|
||||||
while (test != null && test.getNodeName().equals("test")) {
|
while (test != null && test.getNodeName().equals("test")) {
|
||||||
|
|
Loading…
Reference in New Issue