From 965425ea6d164a498e1349337a885fcc64b9b19f Mon Sep 17 00:00:00 2001 From: Baptiste Lepilleur Date: Sun, 6 Apr 2003 08:51:46 +0000 Subject: include/cppunit/extensions/TestSuiteBuilder.h: removed (unused) --- examples/cppunittest/CppUnitTestMain.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'examples/cppunittest/CppUnitTestMain.cpp') diff --git a/examples/cppunittest/CppUnitTestMain.cpp b/examples/cppunittest/CppUnitTestMain.cpp index 83bfe61..aa7591e 100644 --- a/examples/cppunittest/CppUnitTestMain.cpp +++ b/examples/cppunittest/CppUnitTestMain.cpp @@ -46,11 +46,12 @@ main( int argc, char* argv[] ) CPPUNIT_NS::CompilerOutputter outputter( &result, std::cerr ); outputter.write(); - std::ofstream file( "tests.xml" ); - CPPUNIT_NS::XmlOutputter xml( &result, file ); - xml.setStyleSheet( "report.xsl" ); - xml.write(); - file.close(); +// Uncomment this for XML output +// std::ofstream file( "tests.xml" ); +// CPPUNIT_NS::XmlOutputter xml( &result, file ); +// xml.setStyleSheet( "report.xsl" ); +// xml.write(); +// file.close(); } catch ( std::invalid_argument &e ) // Test path not resolved { -- cgit v1.2.1