Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaspar De Groot2010-09-02 10:25:28 +0000
committerCaspar De Groot2010-09-02 10:25:28 +0000
commitaff68ee3f3679fec41868af39cbce0e7db970489 (patch)
tree62a0854e3533593caa7a443f61bd323a887be389 /plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (Mysql).launch
parent44f41b7a0aff624e20e54bc885ad15a60866ea20 (diff)
downloadcdo-aff68ee3f3679fec41868af39cbce0e7db970489.tar.gz
cdo-aff68ee3f3679fec41868af39cbce0e7db970489.tar.xz
cdo-aff68ee3f3679fec41868af39cbce0e7db970489.zip
Undoing my previous commited: switching launch configs for test suites back from Junit4 to Junit3
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (Mysql).launch')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (Mysql).launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (Mysql).launch b/plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (Mysql).launch
index 3942cdbb39..94f3912619 100644
--- a/plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (Mysql).launch
+++ b/plugins/org.eclipse.emf.cdo.tests.db/CDO AllTests (Mysql).launch
@@ -9,7 +9,7 @@
<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value=""/>
<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.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit3"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.emf.cdo.tests.db.AllTestsDBMysql"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.emf.cdo.tests.db"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms40m&#13;&#10;-Xmx512m"/>

Back to the top