[hibernate-commits] Hibernate SVN: r18832 - core/trunk/testsuite/src/test/java/org/hibernate/test/readonly.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Feb 18 07:47:31 EST 2010


Author: stliu
Date: 2010-02-18 07:47:31 -0500 (Thu, 18 Feb 2010)
New Revision: 18832

Modified:
   core/trunk/testsuite/src/test/java/org/hibernate/test/readonly/DataPoint.hbm.xml
Log:
HHH-4908 Multiple failures reported during ReadOnlyProxyTest with Ingres

Modified: core/trunk/testsuite/src/test/java/org/hibernate/test/readonly/DataPoint.hbm.xml
===================================================================
--- core/trunk/testsuite/src/test/java/org/hibernate/test/readonly/DataPoint.hbm.xml	2010-02-18 09:59:16 UTC (rev 18831)
+++ core/trunk/testsuite/src/test/java/org/hibernate/test/readonly/DataPoint.hbm.xml	2010-02-18 12:47:31 UTC (rev 18832)
@@ -13,10 +13,10 @@
 			<generator class="increment"/>
 		</id>
 		<property name="x">
-			<column name="xval" not-null="true" precision="25" scale="20" unique-key="xy"/>
+			<column name="xval" not-null="true" precision="25" scale="19" unique-key="xy"/>
 		</property>
 		<property name="y">
-			<column name="yval" not-null="true" precision="25" scale="20" unique-key="xy"/>
+			<column name="yval" not-null="true" precision="25" scale="19" unique-key="xy"/>
 		</property>
 		<property name="description"/>
 	</class>



More information about the hibernate-commits mailing list