mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-18 19:06:28 +00:00
Minor tweak to test.
This commit is contained in:
parent
21b91ac0e7
commit
5743efa066
@ -742,7 +742,7 @@ public class ResourceProviderR4ValueSetTest extends BaseResourceProviderR4Test {
|
|||||||
public void testUpdateValueSetTriggersAnotherPreExpansionUsingTransactionBundle() throws Exception {
|
public void testUpdateValueSetTriggersAnotherPreExpansionUsingTransactionBundle() throws Exception {
|
||||||
myDaoConfig.setPreExpandValueSetsExperimental(true);
|
myDaoConfig.setPreExpandValueSetsExperimental(true);
|
||||||
|
|
||||||
loadAndPersistCodeSystemAndValueSetWithDesignations(HttpVerb.PUT);
|
loadAndPersistCodeSystemAndValueSetWithDesignations(HttpVerb.POST);
|
||||||
|
|
||||||
CodeSystem codeSystem = myCodeSystemDao.read(myExtensionalCsId);
|
CodeSystem codeSystem = myCodeSystemDao.read(myExtensionalCsId);
|
||||||
ourLog.info("CodeSystem:\n" + myFhirCtx.newJsonParser().setPrettyPrint(true).encodeResourceToString(codeSystem));
|
ourLog.info("CodeSystem:\n" + myFhirCtx.newJsonParser().setPrettyPrint(true).encodeResourceToString(codeSystem));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user