diff options
Diffstat (limited to 'src/cppunit/XmlOutputter.cpp')
| -rw-r--r-- | src/cppunit/XmlOutputter.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/cppunit/XmlOutputter.cpp b/src/cppunit/XmlOutputter.cpp index cc9f175..c605e33 100644 --- a/src/cppunit/XmlOutputter.cpp +++ b/src/cppunit/XmlOutputter.cpp @@ -59,6 +59,13 @@ XmlOutputter::setStyleSheet( const std::string &styleSheet ) void +XmlOutputter::setStandalone( bool standalone ) +{ + m_xml->setStandalone( standalone ); +} + + +void XmlOutputter::setRootNode() { XmlElement *rootNode = new XmlElement( "TestRun" ); |
