diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2010-03-23 02:15:52 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2013-01-05 17:17:47 +0100 |
commit | 873a72da1d8d5595b1648ffba2c846023985397b (patch) | |
tree | c221ecc6a444e6461be2d8c74417f6d603b67e30 /test/test.cpp | |
parent | 5e315f224c8e9d7fc4f3919da5583fdda7f29062 (diff) | |
download | usdx-873a72da1d8d5595b1648ffba2c846023985397b.tar.gz usdx-873a72da1d8d5595b1648ffba2c846023985397b.tar.xz usdx-873a72da1d8d5595b1648ffba2c846023985397b.zip |
beautification of xml output of cppunit
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(); |