-
New Feature
-
Resolution: Unresolved
-
Minor
-
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>