mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 08:35:13 +00:00
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 String[] getMappings() {
|
||||
}
|
||||
|
||||
public void testRoundFuntion(){
|
||||
if(!(getDialect() instanceof MySQLDialect))
|
||||
return;
|
||||
Product product = new Product();
|
||||
product.setLength( 100 );
|
||||
product.setPrice( new BigDecimal( 1.298 ) );
|
||||
@ -67,9 +69,4 @@ public void testRoundFuntion(){
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean appliesTo( Dialect dialect ) {
|
||||
return dialect instanceof MySQLDialect;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user