HHH-4769 update test case
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18467 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
4276ad99f0
commit
bc5ea8d259
|
@ -48,6 +48,8 @@ public class MySQLRoundFunctionTest extends FunctionalTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testRoundFuntion(){
|
public void testRoundFuntion(){
|
||||||
|
if(!(getDialect() instanceof MySQLDialect))
|
||||||
|
return;
|
||||||
Product product = new Product();
|
Product product = new Product();
|
||||||
product.setLength( 100 );
|
product.setLength( 100 );
|
||||||
product.setPrice( new BigDecimal( 1.298 ) );
|
product.setPrice( new BigDecimal( 1.298 ) );
|
||||||
|
@ -67,9 +69,4 @@ public class MySQLRoundFunctionTest extends FunctionalTestCase {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean appliesTo( Dialect dialect ) {
|
|
||||||
return dialect instanceof MySQLDialect;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue