Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2009-05-05 21:04:20 +0000
committerEike Stepper2009-05-05 21:04:20 +0000
commit2779aa3ce2ac480fdb6a1f1f1d3524fa8951e624 (patch)
treefbd3a37c25ce60ec39e61b8a7b1cc85bdd1b538c /plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllTestsAllConfigs.java
parenta02b77d129b156a9b2f890c9ccc7f3b92bff5c8d (diff)
downloadcdo-2779aa3ce2ac480fdb6a1f1f1d3524fa8951e624.tar.gz
cdo-2779aa3ce2ac480fdb6a1f1f1d3524fa8951e624.tar.xz
cdo-2779aa3ce2ac480fdb6a1f1f1d3524fa8951e624.zip
[273758] Export resource miss all of the oneToMany references
https://bugs.eclipse.org/bugs/show_bug.cgi?id=273758
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllTestsAllConfigs.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllTestsAllConfigs.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllTestsAllConfigs.java b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllTestsAllConfigs.java
index 1ad89757dc..d3f6d6b118 100644
--- a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllTestsAllConfigs.java
+++ b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllTestsAllConfigs.java
@@ -4,7 +4,7 @@
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* Eike Stepper - initial API and implementation
*/
@@ -49,6 +49,7 @@ import org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_270429_Test;
import org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_272861_Test;
import org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273233_Test;
import org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273565_Test;
+import org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_273758_Test;
import org.eclipse.emf.cdo.tests.config.impl.ConfigTest;
import org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite;
@@ -145,6 +146,7 @@ public abstract class AllTestsAllConfigs extends ConfigTestSuite
testClasses.add(Bugzilla_272861_Test.class);
testClasses.add(Bugzilla_273233_Test.class);
testClasses.add(Bugzilla_273565_Test.class);
+ testClasses.add(Bugzilla_273758_Test.class);
// TODO testClasses.add(NonCDOResourceTest.class);
// TODO testClasses.add(GeneratedEcoreTest.class);

Back to the top