[Cppunit-cvs] cppunit ChangeLog,1.254,1.255
Brought to you by:
blep
From: Steven R. <sm...@us...> - 2007-01-12 05:49:46
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1384 Modified Files: ChangeLog Log Message: Put a C++ statement in the first argument of CPPUNIT_ASSERT_THROW() and CPPUNIT_ASSERT_NO_THROW(). Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.254 retrieving revision 1.255 diff -C2 -d -r1.254 -r1.255 *** ChangeLog 12 Jan 2007 05:27:05 -0000 1.254 --- ChangeLog 12 Jan 2007 05:49:43 -0000 1.255 *************** *** 1,4 **** --- 1,8 ---- 2007-01-11 Steve M. Robbins <sm...@su...> + * examples/cppunittest/TestAssertTest.cpp: Put a C++ statement in + the first argument of CPPUNIT_ASSERT_THROW() and + CPPUNIT_ASSERT_NO_THROW(). + * examples/hierarchy/main.cpp (main): Return value now reflects whether tests passed. |