removed unnecessary test
This commit is contained in:
parent
9fa9dd8b85
commit
68772f1e3a
|
@ -98,22 +98,6 @@ public class CompositionDocumentDstu3Test extends BaseResourceProviderDstu3Test
|
||||||
composition.setSubject(new Reference(patId));
|
composition.setSubject(new Reference(patId));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
public void testDocumentBundleMultipleCompositions() throws Exception {
|
|
||||||
String theUrl = ourServerBase + "/Composition?patient=" + patId + "/$document?_format=json";
|
|
||||||
System.out.println(theUrl);
|
|
||||||
|
|
||||||
Bundle bundle = fetchBundle(theUrl, EncodingEnum.JSON);
|
|
||||||
|
|
||||||
assertNull(bundle.getLink("next"));
|
|
||||||
|
|
||||||
Set<String> actual = new HashSet<>();
|
|
||||||
for (BundleEntryComponent nextEntry : bundle.getEntry()) {
|
|
||||||
actual.add(nextEntry.getResource().getIdElement().toUnqualifiedVersionless().getValue());
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testDocumentBundleReturnedCorrect() throws IOException {
|
public void testDocumentBundleReturnedCorrect() throws IOException {
|
||||||
// myDaoConfig.setEverythingIncludesFetchPageSize(1);
|
// myDaoConfig.setEverythingIncludesFetchPageSize(1);
|
||||||
|
|
Loading…
Reference in New Issue