[Mockpp-commits] mockpp/mockpp/tests ChainableMockObject_1_test.cpp,1.21,1.22 compilecheck.cpp,1.25,
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2006-01-09 20:15:20
|
Update of /cvsroot/mockpp/mockpp/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28664/mockpp/tests Modified Files: ChainableMockObject_1_test.cpp compilecheck.cpp Log Message: fixes bcb5/msvc Index: compilecheck.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/compilecheck.cpp,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- compilecheck.cpp 3 Dec 2005 13:10:11 -0000 1.25 +++ compilecheck.cpp 9 Jan 2006 20:15:08 -0000 1.26 @@ -48,7 +48,7 @@ #include <mockpp/MockObject.h> #include <mockpp/ReturnObjectList.h> #include <mockpp/Throwable.h> -#include <mockpp/VisitableMockObject.h> +#include <mockpp/visiting/VisitableMockObject.h> #include <mockpp/compat/Formatter.h> Index: ChainableMockObject_1_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ChainableMockObject_1_test.cpp,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- ChainableMockObject_1_test.cpp 6 Jan 2006 20:53:51 -0000 1.21 +++ ChainableMockObject_1_test.cpp 9 Jan 2006 20:15:08 -0000 1.22 @@ -29,6 +29,7 @@ * ***************************************************************************/ +#define MOCKPP_ENABLE_DEFAULT_FORMATTER #include <mockpp/mockpp.h> // always first #include "SelectFramework.h" |