Skip to main content
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Valenta2003-07-15 15:23:17 +0000
committerMichael Valenta2003-07-15 15:23:17 +0000
commit5660263d9a25cbe8702dc0de35278cbf5c835ace (patch)
tree750cc8889b13244ddf9711441e896282e3a906e5 /tests
parent9a5853065e64b15ba696469bed07705b55277ff3 (diff)
downloadeclipse.platform.team-5660263d9a25cbe8702dc0de35278cbf5c835ace.tar.gz
eclipse.platform.team-5660263d9a25cbe8702dc0de35278cbf5c835ace.tar.xz
eclipse.platform.team-5660263d9a25cbe8702dc0de35278cbf5c835ace.zip
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/test.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/test.xml b/tests/org.eclipse.team.tests.cvs.core/test.xml
index 166f55123..a1475450e 100644
--- a/tests/org.eclipse.team.tests.cvs.core/test.xml
+++ b/tests/org.eclipse.team.tests.cvs.core/test.xml
@@ -30,15 +30,7 @@
<property name="vmargs" value="-Declipse.cvs.properties=${team-home}/repository.properties"/>
<property name="data-dir" value="${location}"/>
<property name="plugin-name" value="org.eclipse.team.tests.cvs.core"/>
- <property name="classname" value="org.eclipse.team.tests.ccvs.core.provider.AllTestsProvider"/>
- </ant>
-
- <!-- Session Test ** CVS Resources ** -->
- <ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
- <property name="vmargs" value="-Declipse.cvs.properties=${team-home}/repository.properties"/>
- <property name="data-dir" value="${location}"/>
- <property name="plugin-name" value="org.eclipse.team.tests.cvs.core"/>
- <property name="classname" value="org.eclipse.team.tests.ccvs.core.cvsresources.AllTestsCVSResources"/>
+ <property name="classname" value="org.eclipse.team.tests.ccvs.core.AllTests"/>
</ant>
</target>

Back to the top