[Cppunit-cvs] cppunit ChangeLog,1.263,1.264
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2007-02-25 09:21:49
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13323 Modified Files: ChangeLog Log Message: * doc/cookbook.dox: changed suite() to return a TestSuite instead of a Test to avoid introducing unnecessary complexity. Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.263 retrieving revision 1.264 diff -C2 -d -r1.263 -r1.264 *** ChangeLog 25 Feb 2007 03:54:34 -0000 1.263 --- ChangeLog 25 Feb 2007 09:21:45 -0000 1.264 *************** *** 1,2 **** --- 1,7 ---- + 2007-02-25 Baptiste Lepilleur <bl...@us...> + + * doc/cookbook.dox: changed suite() to return a TestSuite instead + of a Test to avoid introducing unnecessary complexity. + 2007-02-24 Steve M. Robbins <sm...@su...> |