Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-08-15 15:59:15 +0000
committerThanh Ha2012-08-15 15:59:15 +0000
commit798d02e95a5604e4173602344078d187e7c8e88b (patch)
tree18317a98460c1ff61b8b4bc35e51d064aae918fc
parentcc565f9dee3d8114f73fcd0c0656af942b63dc3a (diff)
downloadeclipse.platform.releng.aggregator-798d02e95a5604e4173602344078d187e7c8e88b.tar.gz
eclipse.platform.releng.aggregator-798d02e95a5604e4173602344078d187e7c8e88b.tar.xz
eclipse.platform.releng.aggregator-798d02e95a5604e4173602344078d187e7c8e88b.zip
Update tests are not run in 4.2
-rwxr-xr-xTMP/eclipse-junit-tests/src/main/scripts/test.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/TMP/eclipse-junit-tests/src/main/scripts/test.xml b/TMP/eclipse-junit-tests/src/main/scripts/test.xml
index 4d2aa4bd1..a9d3b1661 100755
--- a/TMP/eclipse-junit-tests/src/main/scripts/test.xml
+++ b/TMP/eclipse-junit-tests/src/main/scripts/test.xml
@@ -959,7 +959,11 @@
<antcall target="coreresources" />
<antcall target="osgi" />
<antcall target="coreexpressions" />
+
+ <!-- th: looks like the update tests are not run in 4.2
<antcall target="update" />
+ -->
+
<antcall target="teamcore" />
<antcall target="jdtcoreperf" />
<antcall target="jdtcorebuilder" />

Back to the top