Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/BZ277570Action_hsqldb_h_o_hibernate.hbm.xml')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/BZ277570Action_hsqldb_h_o_hibernate.hbm.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/BZ277570Action_hsqldb_h_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/BZ277570Action_hsqldb_h_o_hibernate.hbm.xml
index abbfc5888..d273af8ca 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/BZ277570Action_hsqldb_h_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.issues/BZ277570Action_hsqldb_h_o_hibernate.hbm.xml
@@ -161,14 +161,14 @@
<property name="teneo_previous_start" lazy="false" insert="true" update="true" not-null="false" unique="false" type="long">
<column not-null="false" unique="false" name="`TENEO_PREVIOUS_START`" unique-key="c2"/>
</property>
- <list name="bars" table="`FOOAUDITING_BARS`" lazy="true" cascade="all">
+ <list name="bars" table="`FOOAUDITING_BARSAUDITING`" lazy="true" cascade="all">
<key update="true">
<column name="`FOOAUDITING_BARS_TENEO_AUDIT_ID`" unique="false"/>
</key>
<list-index column="`FOOAUDITING_BARS_IDX`"/>
<element type="java.lang.String"/>
</list>
- <list name="biffs" table="`FOOAUDITING_BIFFS`" lazy="true" cascade="all">
+ <list name="biffs" table="`FOOAUDITING_BIFFSAUDITING`" lazy="true" cascade="all">
<key update="true">
<column name="`FOOAUDITING_BIFFS_TENEO_AUDIT_ID`" unique="false"/>
</key>

Back to the top