No effective change - imports of Assert in tests + formatting

This commit is contained in:
Rob Bygrave
2014-07-02 23:29:54 +12:00
parent 10f0ea9bae
commit b973cc3b86
79 changed files with 160 additions and 436 deletions
@@ -1,14 +1,16 @@
package com.avaje.tests.idkeys;
import junit.framework.Assert;
import junit.framework.TestCase;
import org.junit.Assert;
import org.junit.Test;
import com.avaje.ebean.BaseTestCase;
import com.avaje.ebean.Ebean;
import com.avaje.ebean.config.GlobalProperties;
import com.avaje.tests.model.basic.ESimple;
public class TestSimpleIdInsert extends TestCase {
public class TestSimpleIdInsert extends BaseTestCase {
@Test
public void test() {
GlobalProperties.put("datasource.default", "h2");