No effective change - update tests with EBasicVer new constructor

This commit is contained in:
Robin Bygrave
2016-08-02 11:06:09 +12:00
parent e6e6a28245
commit e2ee6e8e98
20 changed files with 75 additions and 51 deletions
@@ -15,8 +15,7 @@ public class TestInsertQueryUpdate extends BaseTestCase {
@Test
public void test() {
EBasicVer e0 = new EBasicVer();
e0.setName("name0");
EBasicVer e0 = new EBasicVer("name0");
e0.setDescription("desc0");
Ebean.save(e0);