Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
JPA-43 Impl Index and ForeignKey for JPA 2.1
  • Loading branch information
stliu committed Mar 22, 2013
1 parent 4b69830 commit 4eba132
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -37,9 +37,6 @@
import org.hibernate.mapping.Set;
import org.hibernate.mapping.Table;
import org.hibernate.mapping.UniqueKey;
import org.hibernate.test.annotations.embedded.Book;
import org.hibernate.test.annotations.embedded.WealthyPerson;
import org.hibernate.test.event.collection.detached.Alias;
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;

import static org.junit.Assert.assertEquals;
Expand All @@ -50,7 +47,7 @@
/**
* @author Strong Liu <stliu@hibernate.org>
*/
public class AbstractJPAIndexTest extends BaseCoreFunctionalTestCase {
public abstract class AbstractJPAIndexTest extends BaseCoreFunctionalTestCase {
@Test
public void testTableIndex() {
PersistentClass entity = configuration().getClassMapping( Car.class.getName() );
Expand Down

0 comments on commit 4eba132

Please sign in to comment.