[Cppunit-cvs] cppunit ChangeLog,1.255,1.256
Brought to you by:
blep
From: Steven R. <sm...@us...> - 2007-01-12 05:52:53
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv2716 Modified Files: ChangeLog Log Message: Ensure virtual class has virtual destructor. Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.255 retrieving revision 1.256 diff -C2 -d -r1.255 -r1.256 *** ChangeLog 12 Jan 2007 05:49:43 -0000 1.255 --- ChangeLog 12 Jan 2007 05:52:49 -0000 1.256 *************** *** 1,4 **** --- 1,9 ---- 2007-01-11 Steve M. Robbins <sm...@su...> + * include/cppunit/plugin/TestPlugIn.h (struct CppUnitTestPlugIn): + * include/cppunit/extensions/TestFixtureFactory.h (class TestFixtureFactory): + * include/cppunit/XmlOutputterHook.h (XmlOutputterHook): Add + virtual destructor to virtual class. + * examples/cppunittest/TestAssertTest.cpp: Put a C++ statement in the first argument of CPPUNIT_ASSERT_THROW() and |