[Mockpp-commits] mockpp/mockpp/tests TrackingCounter_test.cpp,1.4,1.5
Brought to you by:
ewald-arnold
|
From: Ewald A. <ewa...@us...> - 2005-03-03 15:50:44
|
Update of /cvsroot/mockpp/mockpp/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19498/mockpp/tests Modified Files: TrackingCounter_test.cpp Log Message: changed error description Index: TrackingCounter_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/TrackingCounter_test.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TrackingCounter_test.cpp 27 Feb 2005 11:48:16 -0000 1.4 --- TrackingCounter_test.cpp 3 Mar 2005 15:50:14 -0000 1.5 *************** *** 372,376 **** MOCKPP_PCHAR("test_master_verify()"), mockpp::AssertionFailedError, ! exception_object.getMessage().find(MOCKPP_PCHAR("called 1 times which is less ")) != std::string::npos); ec.inc(); ec.inc(); --- 372,376 ---- MOCKPP_PCHAR("test_master_verify()"), mockpp::AssertionFailedError, ! exception_object.getMessage().find(MOCKPP_PCHAR("tagged 1 times which is less ")) != std::string::npos); ec.inc(); ec.inc(); *************** *** 378,382 **** MOCKPP_PCHAR("test_master_verify()"), mockpp::AssertionFailedError, ! exception_object.getMessage().find(MOCKPP_PCHAR("called 3 times which is more")) != std::string::npos); } --- 378,382 ---- MOCKPP_PCHAR("test_master_verify()"), mockpp::AssertionFailedError, ! exception_object.getMessage().find(MOCKPP_PCHAR("tagged 3 times which is more")) != std::string::npos); } |