Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-04-09 14:07:48 +0000
committerEike Stepper2013-04-09 14:07:48 +0000
commit0590c495a3fc53eb38dce25001c0ed2da7c80b0a (patch)
tree6116aef114616656e19250d008772787dada9719
parente56f7357b7268af4ff2ccfec2f923469b627c860 (diff)
downloadcdo-0590c495a3fc53eb38dce25001c0ed2da7c80b0a.tar.gz
cdo-0590c495a3fc53eb38dce25001c0ed2da7c80b0a.tar.xz
cdo-0590c495a3fc53eb38dce25001c0ed2da7c80b0a.zip
[405284] [Releng] Add a legacy test config to the automated builds
https://bugs.eclipse.org/bugs/show_bug.cgi?id=405284
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/AllTestsDBH2All.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/AllTestsDBH2All.java b/plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/AllTestsDBH2All.java
index 03f772512a..c1387b03bc 100644
--- a/plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/AllTestsDBH2All.java
+++ b/plugins/org.eclipse.emf.cdo.tests.db/src/org/eclipse/emf/cdo/tests/db/AllTestsDBH2All.java
@@ -31,6 +31,8 @@ public class AllTestsDBH2All extends DBConfigs
{
addScenarios(parent, IDGenerationLocation.STORE);
addScenarios(parent, IDGenerationLocation.CLIENT);
+
+ addScenario(parent, COMBINED, new H2Config(true, true, false, false, IDGenerationLocation.STORE), JVM, LEGACY);
}
private void addScenarios(TestSuite parent, IDGenerationLocation idGenerationLocation)

Back to the top