mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-28 09:09:16 +00:00
minor fix
This commit is contained in:
parent
fb7a634d72
commit
f2c0895a5d
@ -268,9 +268,6 @@ public class BaseSubscriptionDeliverySubscriberTest {
|
|||||||
assertEquals(p1.getIdElement().getValue(), receivedBundle.getEntry().get(0).getResource().getIdElement().getValue());
|
assertEquals(p1.getIdElement().getValue(), receivedBundle.getEntry().get(0).getResource().getIdElement().getValue());
|
||||||
assertEquals(p2.getIdElement().getValue(), receivedBundle.getEntry().get(1).getResource().getIdElement().getValue());
|
assertEquals(p2.getIdElement().getValue(), receivedBundle.getEntry().get(1).getResource().getIdElement().getValue());
|
||||||
|
|
||||||
|
|
||||||
System.out.println("CREATE message: " + myCtx.newJsonParser().setPrettyPrint(true).encodeResourceToString(receivedBundle));
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@ -405,7 +402,7 @@ public class BaseSubscriptionDeliverySubscriberTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testSubscriptionMessageContainsMetaSourceField_CREATE() throws URISyntaxException {
|
public void testSubscriptionMessageContainsMetaSourceField() throws URISyntaxException {
|
||||||
//Given: we have a subscription message that contains a patient resource
|
//Given: we have a subscription message that contains a patient resource
|
||||||
Patient p1 = generatePatient();
|
Patient p1 = generatePatient();
|
||||||
p1.addName().setFamily("p1-family");
|
p1.addName().setFamily("p1-family");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user