Note - it is probably better to submit a bug report - http://sourceforge.net/tracker/?group_id=11795&atid=111795

[correction reported in CVS. A patch is the way to go for such correction.]

---

In the file cppunit-1.10.2\contrib\xml-xsl replace the line

<xsl:template match="SucessfulTests">

with

<xsl:template match="SuccessfulTests">

to show also successful tests


The report.xsl file includes the wrong namespace for XSL Transforms. Replace the portion in line 3 that looks like

xmlns:xsl="http://www.w3.org/TR/WD-xsl"

with

xmlns:xsl="http://www.w3.org/1999/XSL/Transform"

to get a proper parsing.

FiXing (last edited 2008-02-26 06:29:58 by localhost)

SourceForge.net Logo