HHH-7498 some tests were targeting to the H2 only but now runs on db matrix

This commit is contained in:
Strong Liu 2012-08-03 14:56:43 +08:00
parent b6b9bb8cad
commit d1af3ee6f1
1 changed files with 4 additions and 1 deletions

View File

@ -34,11 +34,14 @@ import javax.persistence.criteria.Root;
import org.junit.Assert;
import org.junit.Test;
import org.hibernate.dialect.SybaseASE157Dialect;
import org.hibernate.dialect.SybaseASE15Dialect;
import org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest;
import org.hibernate.ejb.metamodel.Product;
import org.hibernate.ejb.metamodel.Product_;
import org.hibernate.testing.SkipForDialect;
import org.hibernate.testing.TestForIssue;
@SkipForDialect( value = SybaseASE15Dialect.class)
public class CastTest extends AbstractMetamodelSpecificTest {
private static final int QUANTITY = 2;