Added count of skipped tests to default xsl style.
--- a/test/test-automation/Makefile.am Wed Jul 20 23:37:58 2011 +0300
+++ b/test/test-automation/Makefile.am Thu Jul 21 13:57:55 2011 +0300
@@ -15,7 +15,7 @@
libtest_la_LDFLAGS = `sdl-config --libs`
libtest: libtest.la
- echo "Test library compiled."
+ echo "Test library compiled."
all-local: install-tests
install: install-tests
--- a/test/test-automation/style.xsl Wed Jul 20 23:37:58 2011 +0300
+++ b/test/test-automation/style.xsl Thu Jul 21 13:57:55 2011 +0300
@@ -181,7 +181,7 @@
<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>