fix bad path in snapshot generation tests

This commit is contained in:
Grahame Grieve 2020-06-01 16:52:47 +10:00
parent ba505a800e
commit adf7daff51
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}