mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
Merge branch 'master' of ssh://git.code.sf.net/p/hl7api/fhircode
This commit is contained in:
commit
e093b23892
@ -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…
x
Reference in New Issue
Block a user