Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
slide committed Aug 23, 2017
1 parent 08d86fb commit af6526b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/hudson/plugins/nunit/nunit-to-junit.xsl
Expand Up @@ -11,7 +11,7 @@

<xsl:for-each select="../..">
<xsl:variable name="firstTestName"
select="results//test-case[1]//@name" />
select="results/test-case[1]/@name" />

<xsl:variable name="assembly">
<xsl:choose>
Expand Down

0 comments on commit af6526b

Please sign in to comment.