Test tweaks

This commit is contained in:
jamesagnew 2019-03-29 17:13:41 -04:00
parent e9c1e39ea5
commit 8791ed5793
4 changed files with 6 additions and 6 deletions

View File

@ -220,11 +220,11 @@ public class PortUtil {
// } // }
// } // }
// //
// try { try {
// Thread.sleep(250); Thread.sleep(500);
// } catch (InterruptedException theE) { } catch (InterruptedException theE) {
// // ignore // ignore
// } }
return nextCandidatePort; return nextCandidatePort;

View File

@ -339,7 +339,7 @@ public class ExpungeR4Test extends BaseResourceProviderR4Test {
IBundleProvider search = myPatientDao.search(new SearchParameterMap()); IBundleProvider search = myPatientDao.search(new SearchParameterMap());
assertEquals(2, search.size().intValue()); assertEquals(2, search.size().intValue());
search.getResources(0, 2); assertEquals(2, search.getResources(0, 2).size());
runInTransaction(() -> { runInTransaction(() -> {
assertEquals(2, mySearchResultDao.count()); assertEquals(2, mySearchResultDao.count());