Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormtaal2008-04-07 15:14:13 +0000
committermtaal2008-04-07 15:14:13 +0000
commit25459b10c18cd53a6e46755f56ec6442d3b8b433 (patch)
treee67619168d58559b12b8e0613408890258c3e2bf /tests/org.eclipse.emf.teneo.jpox.test/src
parentfff193045ee8c755ee68fe620f5c9f10d7a0f4d1 (diff)
downloadorg.eclipse.emf.teneo-25459b10c18cd53a6e46755f56ec6442d3b8b433.tar.gz
org.eclipse.emf.teneo-25459b10c18cd53a6e46755f56ec6442d3b8b433.tar.xz
org.eclipse.emf.teneo-25459b10c18cd53a6e46755f56ec6442d3b8b433.zip
Updated testcase for emf 2.4
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/schemaconstructs/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/schemaconstructs/AllTests.java b/tests/org.eclipse.emf.teneo.jpox.test/src/org/eclipse/emf/teneo/jpox/test/emf/schemaconstructs/AllTests.java
index 0285e767b..bd65517ac 100644
--- a/tests/org.eclipse.emf.teneo.jpox.test/src/org/eclipse/emf/teneo/jpox/test/emf/schemaconstructs/AllTests.java
+++ b/tests/org.eclipse.emf.teneo.jpox.test/src/org/eclipse/emf/teneo/jpox/test/emf/schemaconstructs/AllTests.java
@@ -11,7 +11,7 @@
* Martin Taal
* </copyright>
*
- * $Id: AllTests.java,v 1.16 2008/02/28 07:07:34 mtaal Exp $
+ * $Id: AllTests.java,v 1.17 2008/04/07 15:14:13 mtaal Exp $
*/
package org.eclipse.emf.teneo.jpox.test.emf.schemaconstructs;
@@ -42,7 +42,7 @@ import org.eclipse.emf.teneo.test.emf.schemaconstructs.SubstitutionzvonAction;
* All tests
*
* @author <a href="mailto:mtaal@elver.org">Martin Taal</a>
- * @version $Revision: 1.16 $
+ * @version $Revision: 1.17 $
*/
public class AllTests {
@@ -51,6 +51,7 @@ public class AllTests {
new MultiCfgTestSuite("Test for org.eclipse.emf.teneo.hibernate.test.emf.schemaconstructs", JPOXTestbed
.instance().getConfigurations());
+ suite.addTestSuite(AnyTypeAction.class);
suite.addTestSuite(DurationAction.class);
suite.addTestSuite(QNameAction.class);
@@ -61,8 +62,6 @@ public class AllTests {
suite.addTestSuite(EMapAction.class);
- suite.addTestSuite(AnyTypeAction.class);
-
if (!JPOXTestbed.isRunningOnEMFTServer()) {
// on the emft server these fail with
// java.lang.UnsatisfiedLinkError: /opt/j2sdk1.4.2_12/jre/lib/i386/libawt.so:

Back to the top