Refactoring

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@311 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2011-05-08 17:44:49 +00:00
parent 8d7b34792d
commit 5f651655c6
15 changed files with 194 additions and 240 deletions

View file

@ -7,9 +7,9 @@
// http://www.boost.org/LICENSE_1_0.txt)
//
#include "silent_error.hpp"
#include "mock_error.hpp"
#define MOCK_ERROR_POLICY silent_error
#define MOCK_ERROR_POLICY mock_error
#include <turtle/mock.hpp>
#include <boost/preprocessor/repetition/enum.hpp>