Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-09-10 08:17:44 +0000
committerSravan Kumar Lakkimsetti2018-09-10 08:17:44 +0000
commit3bfe126c7d9c2d7ad5b0af614651ce65a6d93ee6 (patch)
treeb8afa614004f6f4b7ab120b736a377032a424856 /production
parent5100a9571788dea7c030b7a17967611ec6990e93 (diff)
downloadeclipse.platform.releng.aggregator-3bfe126c7d9c2d7ad5b0af614651ce65a6d93ee6.tar.gz
eclipse.platform.releng.aggregator-3bfe126c7d9c2d7ad5b0af614651ce65a6d93ee6.tar.xz
eclipse.platform.releng.aggregator-3bfe126c7d9c2d7ad5b0af614651ce65a6d93ee6.zip
Bug 538850 - Tests failing with unexpected version format
Change-Id: I937bf4dae41f2c8930f21e2030e05ec7d77a7cb3 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 8242d7520..766584736 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -612,7 +612,7 @@
-->
<condition property="streamOK">
<matches
- pattern="^\s*\d\.\d(\.\d)?\s*$"
+ pattern="^\s*\d+\.\d+(\.\d+)?\s*$"
string="${eclipseStream}" />
</condition>
<fail

Back to the top