diff options
Diffstat (limited to 'test/test.cpp')
-rw-r--r-- | test/test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.cpp b/test/test.cpp index 53ee3a89..b6e7d806 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -58,6 +58,7 @@ int main(int argc, char **argv) std::fstream filestr; filestr.open ("test.xml", std::fstream::out | std::fstream::trunc); CppUnit::XmlOutputter xml_outputter(&result, filestr); + xml_outputter.setStyleSheet("report.xsl"); xml_outputter.write(); filestr.close(); |