No effective change - cleanup of imports on test code

This commit is contained in:
Rob Bygrave
2014-05-14 23:47:46 +12:00
parent fcbedda597
commit 32e4f114b4
5 changed files with 22 additions and 28 deletions
@@ -1,13 +1,14 @@
package com.avaje.tests.inheritance;
import junit.framework.Assert;
import junit.framework.TestCase;
import org.junit.Assert;
import com.avaje.ebean.BaseTestCase;
import com.avaje.ebean.Ebean;
import com.avaje.tests.model.basic.TIntChild;
import com.avaje.tests.model.basic.TIntRoot;
public class TestIntInherit extends TestCase {
public class TestIntInherit extends BaseTestCase {
public void testMe() {