Skip to content
This repository was archived by the owner on Oct 18, 2018. It is now read-only.

Commit 01df386

Browse files
author
Ranorex Test Automation
committed
Fixing XSL (forgotten tag)
1 parent a7ee118 commit 01df386

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xsl-testcasebased/ranorex-to-xunit.xsl

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454

5555
<xsl:for-each select="//activity[((@testcasename) or (@type='test case setup') or (@type='test case teardown')) and not(@iterationcount)]">
5656

57+
<xsl:choose>
58+
5759
<xsl:when test="parent::activity[@testcasename]">
5860
<!-- Do not report Setup/Teardown if this container is child of test case because test case itself does report the issue
5961
Just only report global Setup/Teardown -->

0 commit comments

Comments
 (0)