HHH-9138 - CastFunctionTest failing on most databases

(cherry picked from commit c012c4d8de)
This commit is contained in:
Steve Ebersole 2014-05-22 11:02:38 -05:00
parent 6088633faa
commit d26d396361
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class CastFunctionTest extends BaseCoreFunctionalTestCase {
@Id @Id
private Integer id; private Integer id;
private String name; private String name;
private Number theLostNumber; private Double theLostNumber;
} }
@Override @Override