Changeset 344 for branches/2.3/etc

Show
Ignore:
Timestamp:
01/30/08 19:21:43 (10 months ago)
Author:
mrook
Message:

#211 - Update stylesheet to handle testcase nodes in a testsuite node

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.3/etc/phpunit2-frames.xsl

    r193 r344  
    241241                    </tr> 
    242242                </xsl:if> 
    243                 <xsl:apply-templates select="./testcase" mode="print.test"/> 
     243                <xsl:apply-templates select="./testcase | ./testsuite/testcase" mode="print.test"/> 
    244244            </table> 
    245245            <xsl:call-template name="pageFooter"/> 
  • branches/2.3/etc/phpunit2-noframes.xsl

    r193 r344  
    217217                    </tr> 
    218218                </xsl:if> 
    219                 <xsl:apply-templates select="./testcase" mode="print.test"/> 
     219                <xsl:apply-templates select="./testcase | ./testsuite/testcase" mode="print.test"/> 
    220220            </table> 
    221221            <p/>