[Mockpp-commits] mockpp/mockpp/tests ResponseVector_test.cpp,1.1,1.2
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-10-30 21:10:14
|
Update of /cvsroot/mockpp/mockpp/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20688/mockpp/tests Modified Files: ResponseVector_test.cpp Log Message: compile fix Index: ResponseVector_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ResponseVector_test.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ResponseVector_test.cpp 30 Oct 2005 20:26:32 -0000 1.1 +++ ResponseVector_test.cpp 30 Oct 2005 21:09:59 -0000 1.2 @@ -36,10 +36,11 @@ #else -#include <mockpp/ResponeVector3.h +#include <mockpp/VisitableMockObject.h> #include <cppunit/extensions/HelperMacros.h> + class ResponseVector_Test : public CppUnit::TestFixture { public: @@ -61,6 +62,7 @@ void ResponseVector_Test::test_thrower() { + mockpp::ResponseThrowableVector3<int, int, int> rtv(MOCKPP_PCHAR("rtv3"), 0); } |