Fix failing unit tests

This commit is contained in:
jamesagnew 2014-06-23 10:31:02 -04:00
parent ba09da38b6
commit 875acee2ac
2 changed files with 1 additions and 2 deletions

View File

@ -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 {

View File

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