[Cppunit-cvs] cppunit2/src/cpput assert.cpp,1.6,1.7
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2004-11-21 22:30:22
|
Update of /cvsroot/cppunit/cppunit2/src/cpput In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27805/src/cpput Modified Files: assert.cpp Log Message: * renamed 'message' to 'messages' Index: assert.cpp =================================================================== RCS file: /cvsroot/cppunit/cppunit2/src/cpput/assert.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** assert.cpp 20 Nov 2004 15:07:00 -0000 1.6 --- assert.cpp 21 Nov 2004 22:28:54 -0000 1.7 *************** *** 15,19 **** { for ( int index =0; index < message.count(); ++index ) ! TestInfo::currentAssertion()["message"].append( message.at(index) ); TestInfo::realizeAssertion(); } --- 15,19 ---- { for ( int index =0; index < message.count(); ++index ) ! TestInfo::currentAssertion()["messages"].append( message.at(index) ); TestInfo::realizeAssertion(); } |