Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
beikov authored Mar 16, 2017
1 parent e625ec7 commit 0b5e36f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import com.blazebit.persistence.CriteriaBuilder;
import com.blazebit.persistence.testsuite.base.category.NoDatanucleus;
import com.blazebit.persistence.testsuite.entity.DocumentForOneToOneJoinTable;
import com.blazebit.persistence.testsuite.entity.DocumentForOneToOne;
import com.blazebit.persistence.testsuite.entity.DocumentInfo;
import org.junit.Assert;
import org.junit.Test;
Expand All @@ -41,6 +42,7 @@ public class SingleValuedAssociationOneToOneJoinTableTest extends AbstractCoreTe
protected Class<?>[] getEntityClasses() {
return concat(super.getEntityClasses(), new Class[]{
DocumentForOneToOneJoinTable.class,
DocumentForOneToOne.class,
DocumentInfo.class
});
}
Expand Down

0 comments on commit 0b5e36f

Please sign in to comment.