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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Apr 6 14:17:40 EDT 2010


Author: gbadner
Date: 2010-04-06 14:17:40 -0400 (Tue, 06 Apr 2010)
New Revision: 19177

Modified:
   core/trunk/testsuite/src/test/java/org/hibernate/test/readonly/DataPoint.hbm.xml
Log:
HHH-5076 HHH-4810 : Revert back to DataPoint.hbm.xml version that fixed HHH-4908

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-04-06 16:53:35 UTC (rev 19176)
+++ core/trunk/testsuite/src/test/java/org/hibernate/test/readonly/DataPoint.hbm.xml	2010-04-06 18:17:40 UTC (rev 19177)
@@ -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