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
@@ -39,8 +39,7 @@ public class TestTxTypeOnTransactional extends BaseTestCase {
public void testOptimisticException() {
logger.info("-- testOptimisticException");
EBasicVer v = new EBasicVer();
v.setName("occ");
EBasicVer v = new EBasicVer("occ");
v.setDescription("blah");
Ebean.save(v);