[Mockpp-commits] mockpp/mockpp/tests mock_test.cpp,1.39,1.40
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2006-01-02 20:28:09
|
Update of /cvsroot/mockpp/mockpp/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26634/mockpp/tests Modified Files: mock_test.cpp Log Message: fix dependency Index: mock_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/mock_test.cpp,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- mock_test.cpp 2 Jan 2006 15:40:22 -0000 1.39 +++ mock_test.cpp 2 Jan 2006 20:27:57 -0000 1.40 @@ -61,10 +61,10 @@ #elif defined(GUI_WIN32) # include <cxxtest/StdioPrinter.h> # include <cxxtest/Win32Gui.h> -#else -# include <cxxtest/ErrorPrinter.h> #endif +#include <cxxtest/ErrorPrinter.h> + #elif defined(MOCKPP_USE_BOOSTTEST) #include <boost/test/auto_unit_test.hpp> |