HHH-7187 - skip Lob test on sybase

This commit is contained in:
Strong Liu 2012-03-26 12:52:20 +08:00
parent e835881f37
commit 24f2db04fc
1 changed files with 3 additions and 0 deletions

View File

@ -31,10 +31,13 @@ import org.junit.Test;
import org.hibernate.ejb.Ejb3Configuration;
import org.hibernate.envers.test.AbstractEntityTest;
import org.hibernate.envers.test.Priority;
import org.hibernate.testing.DialectChecks;
import org.hibernate.testing.RequiresDialectFeature;
/**
* @author Adam Warski (adam at warski dot org)
*/
@RequiresDialectFeature(DialectChecks.SupportsExpectedLobUsagePattern.class)
public class Lobs extends AbstractEntityTest {
private Integer id1;