fixing a test
This commit is contained in:
parent
1481d156c4
commit
f2ebb6c4ce
|
@ -160,9 +160,8 @@ public class ResourceProviderR4BundleTest extends BaseResourceProviderR4Test {
|
||||||
for (BundleEntryComponent bundleEntry : bundleEntries) {
|
for (BundleEntryComponent bundleEntry : bundleEntries) {
|
||||||
assertEquals(ids.get(i++), bundleEntry.getResource().getIdElement().toUnqualifiedVersionless().getValueAsString());
|
assertEquals(ids.get(i++), bundleEntry.getResource().getIdElement().toUnqualifiedVersionless().getValueAsString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testBundleBatchWithError() {
|
public void testBundleBatchWithError() {
|
||||||
List<String> ids = createPatients(5);
|
List<String> ids = createPatients(5);
|
||||||
|
|
Loading…
Reference in New Issue