fix bad path in snapshot generation tests
This commit is contained in:
parent
ba505a800e
commit
adf7daff51
|
@ -551,6 +551,7 @@ public class SnapShotGenerationTests {
|
|||
}
|
||||
if (output.getDifferential().hasElement()) {
|
||||
RenderingContext rc = new RenderingContext(TestingUtilities.context(), null, null, "http://hl7.org/fhir", "", null, ResourceRendererMode.RESOURCE);
|
||||
rc.setDestDir(Utilities.path("[tmp]", "snapshot"));
|
||||
rc.setProfileUtilities(new ProfileUtilities(TestingUtilities.context(), null, new TestPKP()));
|
||||
RendererFactory.factory(output, rc).render(output);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue