mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - cleanup of imports on test code
This commit is contained in:
@@ -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() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user