#1788 - ENH: Add support for NuoDB database platform

Remove the extra truncate
This commit is contained in:
rob bygrave
2019-08-11 16:43:24 +12:00
parent c640524bfc
commit ad7e18561b
16 changed files with 2 additions and 32 deletions
@@ -1,7 +1,6 @@
package org.tests.model.elementcollection;
import io.ebean.BaseTestCase;
import io.ebean.DB;
import io.ebean.Ebean;
import org.ebeantest.LoggedSqlCollector;
import org.junit.Test;
@@ -14,7 +13,6 @@ public class TestElementCollectionEmbeddedMapCache extends BaseTestCase {
@Test
public void test() {
DB.truncate(EcbmPerson.class);
EcbmPerson person = new EcbmPerson("Cache1");
person.getPhoneNumbers().put("home", new EcPhone("64", "021", "1234"));