[hibernate-commits] Hibernate SVN: r18384 - core/branches/Branch_3_3_2_GA_CP/testsuite/src/test/java/org/hibernate/test/stateless/fetching.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Jan 4 05:16:38 EST 2010


Author: stliu
Date: 2010-01-04 05:16:38 -0500 (Mon, 04 Jan 2010)
New Revision: 18384

Modified:
   core/branches/Branch_3_3_2_GA_CP/testsuite/src/test/java/org/hibernate/test/stateless/fetching/Mappings.hbm.xml
Log:
JBPAPP-3321 keywords 'on oracle cause test cases fail

Modified: core/branches/Branch_3_3_2_GA_CP/testsuite/src/test/java/org/hibernate/test/stateless/fetching/Mappings.hbm.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/testsuite/src/test/java/org/hibernate/test/stateless/fetching/Mappings.hbm.xml	2010-01-04 10:03:22 UTC (rev 18383)
+++ core/branches/Branch_3_3_2_GA_CP/testsuite/src/test/java/org/hibernate/test/stateless/fetching/Mappings.hbm.xml	2010-01-04 10:16:38 UTC (rev 18384)
@@ -47,7 +47,7 @@
 		</id>
         <property name="description" type="string"/>
         <many-to-one name="user" column="user234"/>
-        <many-to-one name="resource"/>
+        <many-to-one name="resource" />
         <property name="dueDate" type="timestamp"/>
         <property name="startDate" type="timestamp"/>
         <property name="completionDate" type="timestamp"/>



More information about the hibernate-commits mailing list