Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2007-03-21 20:40:09 +0000
committermtaal2007-03-21 20:40:09 +0000
commitd92f088132e14a7ffa271c204d2b5885df5a6d81 (patch)
tree15a232426413affd1995cb5ec3e4a5aaaecdeb1e /tests/org.eclipse.emf.teneo.jpox.test/src
parentcacf5733a46666736925d826bcee4c71192745e0 (diff)
downloadorg.eclipse.emf.teneo-d92f088132e14a7ffa271c204d2b5885df5a6d81.tar.gz
org.eclipse.emf.teneo-d92f088132e14a7ffa271c204d2b5885df5a6d81.tar.xz
org.eclipse.emf.teneo-d92f088132e14a7ffa271c204d2b5885df5a6d81.zip
[169136]
Diffstat (limited to 'tests/org.eclipse.emf.teneo.jpox.test/src')
-rw-r--r--tests/org.eclipse.emf.teneo.jpox.test/src/org/eclipse/emf/teneo/jpox/test/emf/sample/AllTests.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/org.eclipse.emf.teneo.jpox.test/src/org/eclipse/emf/teneo/jpox/test/emf/sample/AllTests.java b/tests/org.eclipse.emf.teneo.jpox.test/src/org/eclipse/emf/teneo/jpox/test/emf/sample/AllTests.java
index c02eafba0..39d5f900e 100644
--- a/tests/org.eclipse.emf.teneo.jpox.test/src/org/eclipse/emf/teneo/jpox/test/emf/sample/AllTests.java
+++ b/tests/org.eclipse.emf.teneo.jpox.test/src/org/eclipse/emf/teneo/jpox/test/emf/sample/AllTests.java
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: AllTests.java,v 1.16 2007/02/01 12:34:05 mtaal Exp $
+ * $Id: AllTests.java,v 1.17 2007/03/21 20:40:12 mtaal Exp $
*/
package org.eclipse.emf.teneo.jpox.test.emf.sample;
@@ -42,7 +42,7 @@ import extlibrary.ExtLibraryAction;
* All tests
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.16 $
+ * @version $Revision: 1.17 $
*/
public class AllTests {
@@ -70,13 +70,12 @@ public class AllTests {
//suite.addTestSuite(WorkFlowAction.class);
suite.addTestSuite(SunBooksAction.class);
- suite.addTestSuite(ExtLibraryAction.class);
-
suite.addTestSuite(InventoryAction.class);
suite.addTestSuite(CatalogResourceAction.class);
suite.addTestSuite(AccountingTest.class);
if (!JPOXTestbed.isRunningOnEMFTServer()) {
+ suite.addTestSuite(ExtLibraryAction.class);
suite.addTestSuite(PlayImExportTest.class);
}
suite.addTestSuite(PlayAction.class);

Back to the top