Added count of skipped tests to default xsl style.
This commit is contained in:
parent
1ba2041d01
commit
04bcf13dc2
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ libtest_la_CLAGS = -fPIC -g
|
|||
libtest_la_LDFLAGS = `sdl-config --libs`
|
||||
|
||||
libtest: libtest.la
|
||||
echo "Test library compiled."
|
||||
echo "Test library compiled."
|
||||
|
||||
all-local: install-tests
|
||||
install: install-tests
|
||||
|
|
|
@ -181,7 +181,7 @@ div, h1 {
|
|||
<span class="title">Statistics:</span><br/>
|
||||
<div class="statistics">
|
||||
<span>Executed </span> <xsl:value-of select="testlog/numSuites"/> test suites. <br/>
|
||||
<span>Tests in total: </span> <xsl:value-of select="testlog/numTests"/> (passed: <xsl:value-of select="testlog/numPassedTests"/>, failed: <xsl:value-of select="testlog/numFailedTests"/>)
|
||||
<span>Tests in total: </span> <xsl:value-of select="testlog/numTests"/> (passed: <xsl:value-of select="testlog/numPassedTests"/>, failed: <xsl:value-of select="testlog/numFailedTests"/>, skipped: <xsl:value-of select="testlog/numSkippedTests"/>)
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue