Skip to main content
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorCamille Letavernier2013-11-13 15:26:42 +0000
committerCamille Letavernier2013-11-13 15:26:42 +0000
commitee3f4acf1191b2e6fbf63bc9a47932d63ece89c3 (patch)
tree66868f4abe290aa04db6ef5a27946549bb44fbfb /tests
parent78623fd0fdb2bd35a6f0d79e37d3e92c1d9f13aa (diff)
downloadorg.eclipse.papyrus-ee3f4acf1191b2e6fbf63bc9a47932d63ece89c3.tar.gz
org.eclipse.papyrus-ee3f4acf1191b2e6fbf63bc9a47932d63ece89c3.tar.xz
org.eclipse.papyrus-ee3f4acf1191b2e6fbf63bc9a47932d63ece89c3.zip
[Releng] Fix 0.10.X tests (Kepler)
Diffstat (limited to 'tests')
-rw-r--r--tests/junit/plugins/core/org.eclipse.papyrus.tests/Papyrus ALL tests.launch1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/junit/plugins/core/org.eclipse.papyrus.tests/Papyrus ALL tests.launch b/tests/junit/plugins/core/org.eclipse.papyrus.tests/Papyrus ALL tests.launch
index b8eec76a9c7..679275c6532 100644
--- a/tests/junit/plugins/core/org.eclipse.papyrus.tests/Papyrus ALL tests.launch
+++ b/tests/junit/plugins/core/org.eclipse.papyrus.tests/Papyrus ALL tests.launch
@@ -25,6 +25,7 @@
<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
+<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.papyrus.tests.AllTests"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.papyrus.tests"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>

Back to the top