Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-04-27 20:06:12 +0000
committerDavid Williams2016-04-27 20:06:33 +0000
commit2a9226314fe6bcf601d9a0265e1cb57308b35982 (patch)
tree74a5f1dcf4ff183040628686593b9cccd4faa939 /production/testScripts/configuration/sdk.tests/testScripts/test.xml
parent5105ac97fb136ac227e071d9b10589fb101c31de (diff)
downloadeclipse.platform.releng.aggregator-2a9226314fe6bcf601d9a0265e1cb57308b35982.tar.gz
eclipse.platform.releng.aggregator-2a9226314fe6bcf601d9a0265e1cb57308b35982.tar.xz
eclipse.platform.releng.aggregator-2a9226314fe6bcf601d9a0265e1cb57308b35982.zip
Bug 492580 - org.eclipse.pde.build.tests crashes.
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testScripts/test.xml')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index ba6b37b7d..78ad46cd4 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -2146,27 +2146,25 @@
<antcall target="markCurrentTime">
<param
name="message"
- value="start pdeLR" />
+ value="start jdtLR" />
</antcall>
- <antcall target="pdeLR" />
+ <antcall target="jdtLR" />
<antcall target="markCurrentTime">
<param
name="message"
- value="end pdeLR" />
+ value="end jdtLR" />
</antcall>
-
<antcall target="markCurrentTime">
<param
name="message"
- value="start jdtLR" />
+ value="start pdeLR" />
</antcall>
- <antcall target="jdtLR" />
+ <antcall target="pdeLR" />
<antcall target="markCurrentTime">
<param
name="message"
- value="end jdtLR" />
+ value="end pdeLR" />
</antcall>
-
<antcall target="markCurrentTime">
<param
name="message"

Back to the top