Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2011-04-08 14:12:32 +0000
committermtaal2011-04-08 14:12:32 +0000
commitb2f8a22a15949f79b82af035f364eab7fdd6b53f (patch)
treee31fa270f5a9eccf8d2d0ed91fe021e539cd620d
parent607881516d6daf9d591378b6414ed3b56e5d73a3 (diff)
downloadorg.eclipse.emf.teneo-b2f8a22a15949f79b82af035f364eab7fdd6b53f.tar.gz
org.eclipse.emf.teneo-b2f8a22a15949f79b82af035f364eab7fdd6b53f.tar.xz
org.eclipse.emf.teneo-b2f8a22a15949f79b82af035f364eab7fdd6b53f.zip
[342038]
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/annotations/AllTests.java4
1 files changed, 2 insertions, 2 deletions
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 204c65213..2045eb036 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
@@ -53,7 +53,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.108 $
+ * @version $Revision: 1.109 $
*/
public class AllTests {
@@ -61,6 +61,7 @@ public class AllTests {
TestSuite suite = new MultiCfgTestSuite(
"Test for org.eclipse.emf.teneo.hibernate.test.emf.annotations",
HibernateTestbed.instance().getConfigurations());
+ suite.addTestSuite(UniqueConstraintsAction.class);
suite.addTestSuite(ExternalAction.class);
suite.addTestSuite(HbCascadeAction.class);
suite.addTestSuite(ExtraLazySetAction.class);
@@ -82,7 +83,6 @@ public class AllTests {
suite.addTestSuite(LobAction.class);
suite.addTestSuite(VariousAction.class);
suite.addTestSuite(MapKeyAction.class);
- suite.addTestSuite(UniqueConstraintsAction.class);
suite.addTestSuite(SetAction.class);
suite.addTestSuite(HbIdAction.class);
suite.addTestSuite(SecondarytableHibernateAction.class);

Back to the top