#2357 - Update tests to use Database from EbeanServer

This commit is contained in:
rbygrave
2021-09-07 18:10:36 +12:00
parent 4ff8df9538
commit 0887480865
472 changed files with 3038 additions and 3046 deletions
@@ -63,7 +63,7 @@ public class IntegrationTest {
System.out.println("one2 " + one2);
DB.getServerCacheManager().clear(Person.class);
DB.cacheManager().clear(Person.class);
System.out.println("done");
}