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();
}
|