Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-06-01 17:35:30 +0000
committerDavid Williams2014-06-01 17:35:30 +0000
commit70befd6f7e2c2c76eeb3fce23186fffacf05e8b5 (patch)
treeb42fd9568f31554075c8f22b4fcd6c1996004ddf /production/testScripts
parent129000f969e21883fee9088847e7af77bbe09df9 (diff)
downloadeclipse.platform.releng.aggregator-70befd6f7e2c2c76eeb3fce23186fffacf05e8b5.tar.gz
eclipse.platform.releng.aggregator-70befd6f7e2c2c76eeb3fce23186fffacf05e8b5.tar.xz
eclipse.platform.releng.aggregator-70befd6f7e2c2c76eeb3fce23186fffacf05e8b5.zip
convert tabs to 2 space characters
Diffstat (limited to 'production/testScripts')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/runtests.bat2
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml4
-rw-r--r--production/testScripts/runTests2.xml2
3 files changed, 4 insertions, 4 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/runtests.bat b/production/testScripts/configuration/sdk.tests/testScripts/runtests.bat
index bac447a95..35d96edba 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/runtests.bat
+++ b/production/testScripts/configuration/sdk.tests/testScripts/runtests.bat
@@ -58,7 +58,7 @@ echo Specified extdirs (if any): %extdirprop%
:run
REM ***************************************************************************
-REM Run tests by running Ant in Eclipse on the test.xml script
+REM Run tests by running Ant in Eclipse on the test.xml script
REM ***************************************************************************
REM get name of org.eclipse.equinox.launcher_*.jar with version label
dir /b eclipse\plugins\org.eclipse.equinox.launcher_*.jar>launcher-jar-name.txt
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index d4c7e20e2..3f1b33766 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -1510,8 +1510,8 @@
<antcall target="uircp" />
-->
<!-- disable for now, bug 398717
- antcall target="uiviews" /
- -->
+ antcall target="uiviews" /
+ -->
</target>
<target name="pde">
diff --git a/production/testScripts/runTests2.xml b/production/testScripts/runTests2.xml
index e0f16c790..59903798d 100644
--- a/production/testScripts/runTests2.xml
+++ b/production/testScripts/runTests2.xml
@@ -506,7 +506,7 @@
<echo message="DEBUG: testDir: ${testDir}" />
<echo message="DEBUG: executionDir: ${executionDir}" />
- <!--if executiondir starts with c:\ you'll need to escape it so it can load the filename properly with java -->
+ <!--if executiondir starts with c:\ you'll need to escape it so it can load the filename properly with java -->
<pathconvert
targetos="unix"
property="windowsfile">

Back to the top