Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2009-03-03 15:32:24 +0000
committermtaal2009-03-03 15:32:24 +0000
commit815af8ab9c6e1f3609f4fd99d909fa30e77e11c4 (patch)
treec2097deff1836e2f702200a083d132a388f59301
parent703475525e238b37d8035868f7233c757e525526 (diff)
downloadorg.eclipse.emf.teneo-815af8ab9c6e1f3609f4fd99d909fa30e77e11c4.tar.gz
org.eclipse.emf.teneo-815af8ab9c6e1f3609f4fd99d909fa30e77e11c4.tar.xz
org.eclipse.emf.teneo-815af8ab9c6e1f3609f4fd99d909fa30e77e11c4.zip
[266740]
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_a_o_hibernate.hbm.xml2
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_e_o_hibernate.hbm.xml2
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_s_o_hibernate.hbm.xml2
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/annotations/AllTests.java6
4 files changed, 6 insertions, 6 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_a_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_a_o_hibernate.hbm.xml
index cb2f23fa0..30dfa4e90 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_a_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_a_o_hibernate.hbm.xml
@@ -55,7 +55,7 @@
</key>
<one-to-many entity-name="testSet.ContainedItem"/>
</bag>
- <bag name="item" order-by="NAME" lazy="true" cascade="merge,persist,save-update,lock,refresh">
+ <bag name="item" order-by="`NAME`" lazy="true" cascade="merge,persist,save-update,lock,refresh">
<key update="true">
<column name="`ITEM_ITEMLIST_E_ID`" not-null="false" unique="false"/>
</key>
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_e_o_hibernate.hbm.xml
index 708f41926..1ec8e18d3 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_e_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_e_o_hibernate.hbm.xml
@@ -52,7 +52,7 @@
</key>
<one-to-many entity-name="testSet.ContainedItem"/>
</bag>
- <bag name="item" order-by="NAME" lazy="true" cascade="merge,persist,save-update,lock,refresh">
+ <bag name="item" order-by="`NAME`" lazy="true" cascade="merge,persist,save-update,lock,refresh">
<key update="true">
<column name="`ITEM_ITEMLIST_E_ID`" not-null="false" unique="false"/>
</key>
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_s_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_s_o_hibernate.hbm.xml
index 708f41926..1ec8e18d3 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_s_o_hibernate.hbm.xml
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.annotations/SetAction_mysql_s_o_hibernate.hbm.xml
@@ -52,7 +52,7 @@
</key>
<one-to-many entity-name="testSet.ContainedItem"/>
</bag>
- <bag name="item" order-by="NAME" lazy="true" cascade="merge,persist,save-update,lock,refresh">
+ <bag name="item" order-by="`NAME`" lazy="true" cascade="merge,persist,save-update,lock,refresh">
<key update="true">
<column name="`ITEM_ITEMLIST_E_ID`" not-null="false" unique="false"/>
</key>
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/annotations/AllTests.java b/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/annotations/AllTests.java
index f3bdab318..ac3291f36 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/annotations/AllTests.java
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/annotations/AllTests.java
@@ -55,7 +55,7 @@ import org.eclipse.emf.teneo.test.emf.annotations.VariousAction;
* All tests
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.75 $
+ * @version $Revision: 1.76 $
*/
public class AllTests {
@@ -64,6 +64,8 @@ public class AllTests {
"Test for org.eclipse.emf.teneo.hibernate.test.emf.annotations",
HibernateTestbed.instance().getConfigurations());
+ suite.addTestSuite(SetAction.class);
+
suite.addTestSuite(HbIdAction.class);
suite.addTestSuite(ExternalAction.class);
suite.addTestSuite(JoinColumnsTest.class);
@@ -105,8 +107,6 @@ public class AllTests {
suite.addTestSuite(ExtraLazyAction.class);
- suite.addTestSuite(SetAction.class);
-
suite.addTestSuite(TransientAction.class);
suite.addTestSuite(AssociationOverrideAction.class);

Back to the top