removed unnecessary test

This commit is contained in:
patrick-werner 2018-07-10 16:02:39 +02:00
parent 9fa9dd8b85
commit 68772f1e3a
1 changed files with 0 additions and 16 deletions

View File

@ -98,22 +98,6 @@ public class CompositionDocumentDstu3Test extends BaseResourceProviderDstu3Test
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
public void testDocumentBundleReturnedCorrect() throws IOException {
// myDaoConfig.setEverythingIncludesFetchPageSize(1);