Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-09-26 10:08:44 +0000
committerEike Stepper2013-09-26 10:08:44 +0000
commitfdd764efa685c0b0451aa03928b0d34104c52f79 (patch)
tree98fdac976655c215864c56b82fdc211c5860a784
parent4bc6f5ff208881583a71a84b4d42ee3a5583a1fc (diff)
downloadcdo-fdd764efa685c0b0451aa03928b0d34104c52f79.tar.gz
cdo-fdd764efa685c0b0451aa03928b0d34104c52f79.tar.xz
cdo-fdd764efa685c0b0451aa03928b0d34104c52f79.zip
[418076] [DB] Add OracleConfig for execution of DBStore tests
https://bugs.eclipse.org/bugs/show_bug.cgi?id=418076
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.db/build.properties5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.db/build.properties b/plugins/org.eclipse.emf.cdo.tests.db/build.properties
index 8ccd47ceca..664b0177d8 100644
--- a/plugins/org.eclipse.emf.cdo.tests.db/build.properties
+++ b/plugins/org.eclipse.emf.cdo.tests.db/build.properties
@@ -31,6 +31,9 @@ src.includes = about.html,\
CDO AllTests (DBStore).launch,\
CDO AllTests (H2 ALL).launch,\
CDO AllTests (H2 UUIDs).launch,\
- CDO Performance Tests (H2 non-audit).launch
+ CDO Performance Tests (H2 non-audit).launch,\
+ CDO AllTests (H2 ALL) with ServerBrowser.launch,\
+ CDO AllTests (Mysql offline).launch,\
+ CDO AllTests (Oracle).launch
generateSourceReferences = true

Back to the top