allow for profiles iiwth no derivation in test cases
This commit is contained in:
parent
6ea5016da5
commit
3ca01a9659
|
@ -473,7 +473,9 @@ public class SnapShotGenerationTests {
|
|||
pu.setNewSlicingProcessing(true);
|
||||
pu.setIds(test.included, false);
|
||||
StructureDefinition base = TestingUtilities.context().fetchResource(StructureDefinition.class, test.included.getBaseDefinition());
|
||||
if (base != null) {
|
||||
pu.generateSnapshot(base, test.included, test.included.getUrl(), "http://test.org/profile", test.included.getName());
|
||||
}
|
||||
if (!TestingUtilities.context().hasResource(StructureDefinition.class, test.included.getUrl()))
|
||||
TestingUtilities.context().cacheResource(test.included);
|
||||
int ec = 0;
|
||||
|
|
Loading…
Reference in New Issue