Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2006-09-06 10:38:01 +0000
committermtaal2006-09-06 10:38:01 +0000
commit57237e8fa4fd3e5c9262cd9e403fbbb3cded0cc9 (patch)
tree37bb424f94a94a88463bc4241ef77234d246b7d2 /tests/org.eclipse.emf.teneo.jpox.test
parentc9e5e868678af84d5f7af077b32d42bff5b14232 (diff)
downloadorg.eclipse.emf.teneo-57237e8fa4fd3e5c9262cd9e403fbbb3cded0cc9.tar.gz
org.eclipse.emf.teneo-57237e8fa4fd3e5c9262cd9e403fbbb3cded0cc9.tar.xz
org.eclipse.emf.teneo-57237e8fa4fd3e5c9262cd9e403fbbb3cded0cc9.zip
Disabled test playimport/export
Diffstat (limited to 'tests/org.eclipse.emf.teneo.jpox.test')
-rw-r--r--tests/org.eclipse.emf.teneo.jpox.test/src/org/eclipse/emf/teneo/jpox/test/emf/sample/AllTests.java6
1 files changed, 3 insertions, 3 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 e5a9942df..13bf5b4a7 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.6 2006/08/25 23:04:07 mtaal Exp $
+ * $Id: AllTests.java,v 1.7 2006/09/06 10:38:01 mtaal Exp $
*/
package org.eclipse.emf.teneo.jpox.test.emf.sample;
@@ -41,7 +41,7 @@ import extlibrary.ExtLibraryAction;
* All tests
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.6 $
+ * @version $Revision: 1.7 $
*/
public class AllTests {
@@ -62,7 +62,7 @@ public class AllTests {
suite.addTestSuite(SchoolLibraryTest.class);
suite.addTestSuite(AccountingTest.class);
- suite.addTestSuite(PlayImExportTest.class);
+ //suite.addTestSuite(PlayImExportTest.class);
suite.addTestSuite(ProductAction.class);
suite.addTestSuite(LibraryGlobalEagerAction.class);
suite.addTestSuite(LibraryNonResolvingAction.class);

Back to the top