[Mockpp-commits] mockpp/mockpp/tests VisitableMockMethod_test.cpp,1.4,1.5
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-10-19 20:53:22
|
Update of /cvsroot/mockpp/mockpp/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22798/mockpp/tests Modified Files: VisitableMockMethod_test.cpp Log Message: backup Index: VisitableMockMethod_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VisitableMockMethod_test.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- VisitableMockMethod_test.cpp 19 Oct 2005 20:14:27 -0000 1.4 +++ VisitableMockMethod_test.cpp 19 Oct 2005 20:53:09 -0000 1.5 @@ -92,7 +92,7 @@ return visitable_mocker.forward(); } - void visitableV() + void visitablev() { visitablev_mocker.forward(); } |