Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2007-03-04 21:18:26 +0000
committermtaal2007-03-04 21:18:26 +0000
commite7dbc23bcd0776da43ee28c205df28998e0c9e98 (patch)
treedf2a05afc40353671584744876aaee399a7899c8 /tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/detach/AllTests.java
parent56dbe9855f5c91d42297ea1a895694ff4cdeffe5 (diff)
downloadorg.eclipse.emf.teneo-e7dbc23bcd0776da43ee28c205df28998e0c9e98.tar.gz
org.eclipse.emf.teneo-e7dbc23bcd0776da43ee28c205df28998e0c9e98.tar.xz
org.eclipse.emf.teneo-e7dbc23bcd0776da43ee28c205df28998e0c9e98.zip
[175909]
[174470]
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/detach/AllTests.java')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/detach/AllTests.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/detach/AllTests.java b/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/detach/AllTests.java
index 081d54963..6d6bce6a4 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/detach/AllTests.java
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/detach/AllTests.java
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: AllTests.java,v 1.3 2007/02/01 12:36:24 mtaal Exp $
+ * $Id: AllTests.java,v 1.4 2007/03/04 21:18:28 mtaal Exp $
*/
package org.eclipse.emf.teneo.hibernate.test.emf.detach;
@@ -27,17 +27,17 @@ import org.eclipse.emf.teneo.test.emf.detach.DetachEListAction;
* Test
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.3 $
+ * @version $Revision: 1.4 $
*/
public class AllTests {
public static Test suite() {
TestSuite suite = new MultiCfgTestSuite("Test for org.eclipse.emf.teneo.hibernate.test.emf.detach", HibernateTestbed.instance()
.getConfigurations());
+ suite.addTestSuite(DetachFeatureMapTest.class);
suite.addTestSuite(DetachEListAction.class);
suite.addTestSuite(DetachTest.class);
- suite.addTestSuite(DetachFeatureMapTest.class);
return suite;
}
}

Back to the top