Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
HHH-6773 test fails on sybase
  • Loading branch information
stliu committed Oct 26, 2011
1 parent f262811 commit f5a5784
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -33,7 +33,10 @@
import org.hibernate.cfg.Configuration;
import org.hibernate.cfg.Environment;
import org.hibernate.criterion.Restrictions;
import org.hibernate.dialect.SybaseASE157Dialect;
import org.hibernate.dialect.SybaseASE15Dialect;
import org.hibernate.dialect.function.SQLFunction;
import org.hibernate.testing.SkipForDialect;
import org.hibernate.testing.SkipLog;
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;

Expand All @@ -46,6 +49,7 @@
*
* @author Gail Badner
*/
@SkipForDialect( value = SybaseASE15Dialect.class, jiraKey = "HHH-6426")
public class FunctionNameAsColumnTest extends BaseCoreFunctionalTestCase {
@Override
public String[] getMappings() {
Expand Down

0 comments on commit f5a5784

Please sign in to comment.