#862 - ENH: Change ServerConfig such that if H2 ... no using createOnly = true in case the test EbeanServer instance is created for each test (and hence we need to drop if the same in memory db is used)

This commit is contained in:
Rob Bygrave
2016-11-08 00:10:15 +13:00
parent 6c4c33f1f3
commit ae69fcb80a
@@ -1475,7 +1475,6 @@ public class ServerConfig {
// we are using H2 to run tests so turn on DDL generation and run
this.ddlGenerate = true;
this.ddlRun = true;
this.ddlCreateOnly = true;
}
}