Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-01-06 06:57:42 +0000
committerSravan Kumar Lakkimsetti2020-01-06 06:57:42 +0000
commit8151b12ded99c5ecb7b5a3f1854743ffd43dc070 (patch)
tree0188c385b1abfc2d0d35dd7d88bbdf23a7e7d61b
parent06942441fea4dd4f94d781c96d6cc6751ac18997 (diff)
downloadeclipse.platform.releng.aggregator-8151b12ded99c5ecb7b5a3f1854743ffd43dc070.tar.gz
eclipse.platform.releng.aggregator-8151b12ded99c5ecb7b5a3f1854743ffd43dc070.tar.xz
eclipse.platform.releng.aggregator-8151b12ded99c5ecb7b5a3f1854743ffd43dc070.zip
Bug 558773 - No test results from I20200102-1800
Change-Id: If377a3cb36676d3608ba82b3d4a811688a9781d1 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-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 debcc162b..c00d5a180 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -1759,7 +1759,7 @@
destdir="${results}/html"
filenameparameter="filename">
<factory>
- <feature name="https://www.oracle.com/xml/jaxp/properties/enableExtensionFunctions" value="true"/>
+ <feature name="http://www.oracle.com/xml/jaxp/properties/enableExtensionFunctions" value="true"/>
</factory>
</xslt>
</target>

Back to the top