Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2008-12-07 13:51:09 +0000
committermtaal2008-12-07 13:51:09 +0000
commit4a95b3fd6aebdf24df3649f594dc8e95f666a9d3 (patch)
tree73784a0053526f66dfc9e770429282d5850e03c9 /tests/org.eclipse.emf.teneo.hibernate.test/src
parent83c394f9a42ca72cd3b9f5ce2645766f398365ba (diff)
downloadorg.eclipse.emf.teneo-4a95b3fd6aebdf24df3649f594dc8e95f666a9d3.tar.gz
org.eclipse.emf.teneo-4a95b3fd6aebdf24df3649f594dc8e95f666a9d3.tar.xz
org.eclipse.emf.teneo-4a95b3fd6aebdf24df3649f594dc8e95f666a9d3.zip
[257800]
[245634]
Diffstat (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/src')
-rw-r--r--tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/sample/AllTests.java13
1 files changed, 6 insertions, 7 deletions
diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/sample/AllTests.java b/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/sample/AllTests.java
index 7e723c913..9701d2d07 100644
--- a/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/sample/AllTests.java
+++ b/tests/org.eclipse.emf.teneo.hibernate.test/src/org/eclipse/emf/teneo/hibernate/test/emf/sample/AllTests.java
@@ -51,21 +51,20 @@ import org.eclipse.emf.teneo.test.issues.ResourceUnloadAction;
* All sample tests
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.88 $
+ * @version $Revision: 1.89 $
*/
public class AllTests {
public static Test suite() {
- TestSuite suite =
- new MultiCfgTestSuite("Test for org.eclipse.emf.teneo.hibernate.test.emf.sample", HibernateTestbed
- .instance().getConfigurations());
-// suite.addTestSuite(LibraryLargeAction.class);
+ TestSuite suite = new MultiCfgTestSuite(
+ "Test for org.eclipse.emf.teneo.hibernate.test.emf.sample",
+ HibernateTestbed.instance().getConfigurations());
+ // suite.addTestSuite(LibraryLargeAction.class);
+ suite.addTestSuite(LibraryResourceAction.class);
suite.addTestSuite(LibraryResourceVisitTreeAction.class);
suite.addTestSuite(LibraryTest.class);
- suite.addTestSuite(LibraryResourceAction.class);
-
suite.addTestSuite(LibraryInterfaceQueryTest.class);
suite.addTestSuite(EcoreAction.class);

Back to the top