-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: xunit-plugin
-
Environment:Windows
Jenkins: 2.479.3
Unit plugin: 3.1.5
When evaluating NUnit3 reports, warnings appear in the Jenkins log.
We use the following evaluation:
NUnit3(pattern: 'Logs/UnitTestResults/*_nunit.xml'),
Â
This generates the warning:
Warning at function xunit:is-empty in line 51 Â SXWN9000 A function that calculates atomic values should use xsl:sequence and not xsl:value-of
It appears to be the xunit:is-empty function in XSLT.
  <xsl:function name="xunit:is-empty" as="xs:boolean">     <xsl:param name="value" as="xs:string?" />     <xsl:value-of select="string($value) != ''" />   </xsl:function>
Â
- is duplicated by
-
JENKINS-70210 Warning at function xunit:is-empty on line 51
-
- Closed
-