Fix failing unit tests
This commit is contained in:
parent
ba09da38b6
commit
875acee2ac
|
@ -60,7 +60,6 @@ import ca.uhn.fhir.model.primitive.XhtmlDt;
|
|||
import ca.uhn.fhir.narrative.INarrativeGenerator;
|
||||
import ca.uhn.fhir.parser.JsonParserTest.MyPatientWithOneDeclaredAddressExtension;
|
||||
import ca.uhn.fhir.parser.JsonParserTest.MyPatientWithOneDeclaredExtension;
|
||||
import example.QuickUsage.MyClientInterface;
|
||||
|
||||
public class XmlParserTest {
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ public class SystemTest {
|
|||
@Test
|
||||
public void testTransactionFromBundle() throws Exception {
|
||||
|
||||
InputStream bundleRes = SystemTest.class.getResourceAsStream("/bundle.json");
|
||||
InputStream bundleRes = SystemTest.class.getResourceAsStream("/test-server-seed-bundle.json");
|
||||
Bundle bundle = new FhirContext().newJsonParser().parseBundle(new InputStreamReader(bundleRes));
|
||||
List<IResource> res = bundle.toListOfResources();
|
||||
|
||||
|
|
Loading…
Reference in New Issue