[Cppunit-cvs] cppunit ChangeLog,1.232,1.233
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-07-09 15:01:35
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3705 Modified Files: ChangeLog Log Message: * doc/money.dox: fixed bad usage of CPPUNIT_ASSERT_EQUALS. Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.232 retrieving revision 1.233 diff -C2 -d -r1.232 -r1.233 *** ChangeLog 9 Jul 2005 07:45:34 -0000 1.232 --- ChangeLog 9 Jul 2005 15:01:23 -0000 1.233 *************** *** 13,16 **** --- 13,18 ---- when running ./autogen.sh or aclocal. + * doc/money.dox: fixed bad usage of CPPUNIT_ASSERT_EQUALS. + 2005-07-05 Baptiste Lepilleur <gai...@fr...> |