Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllConfigs.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllConfigs.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllConfigs.java b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllConfigs.java
index 7bb544b7a2..82e67b40d5 100644
--- a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllConfigs.java
+++ b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/AllConfigs.java
@@ -99,6 +99,7 @@ import org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_325866_Test;
import org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_326518_Test;
import org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_326743_Test;
import org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_328790_Test;
+import org.eclipse.emf.cdo.tests.bugzilla.Bugzilla_330052_Test;
import org.eclipse.emf.cdo.tests.config.impl.ConfigTest;
import org.eclipse.emf.cdo.tests.config.impl.ConfigTestSuite;
@@ -268,6 +269,7 @@ public abstract class AllConfigs extends ConfigTestSuite
testClasses.add(Bugzilla_326518_Test.class);
testClasses.add(Bugzilla_326743_Test.class);
testClasses.add(Bugzilla_328790_Test.class);
+ testClasses.add(Bugzilla_330052_Test.class);
// TODO testClasses.add(NonCDOResourceTest.class);
// TODO testClasses.add(GeneratedEcoreTest.class);

Back to the top