Skip to main content
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Valenta2004-03-18 16:38:59 +0000
committerMichael Valenta2004-03-18 16:38:59 +0000
commit44bf6130d218d046a726fab053d9823219a75ced (patch)
tree5954a8677ae54ade3fccacfdf4a536354d266c97 /tests
parent8732f81c3f0e1ec73baae0c75b34e8c8a41ebd7f (diff)
downloadeclipse.platform.team-44bf6130d218d046a726fab053d9823219a75ced.tar.gz
eclipse.platform.team-44bf6130d218d046a726fab053d9823219a75ced.tar.xz
eclipse.platform.team-44bf6130d218d046a726fab053d9823219a75ced.zip
Switch core tests to use Ant UI task due to inability to load file modification validator
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/test.xml b/tests/org.eclipse.team.tests.cvs.core/test.xml
index 21fbf7854..f1ccd45b7 100644
--- a/tests/org.eclipse.team.tests.cvs.core/test.xml
+++ b/tests/org.eclipse.team.tests.cvs.core/test.xml
@@ -26,7 +26,7 @@
<delete dir="${location}" quiet="true"/>
<!-- Session Test ** CVS Provider ** -->
- <ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
+ <ant target="ui-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"/>

Back to the top