From 032e3b8a704b385b59586aaffe61e0de58eb6576 Mon Sep 17 00:00:00 2001 From: mat007 Date: Mon, 30 Jul 2012 14:46:11 +0000 Subject: [PATCH] Removed default error policy keeping only Boost.Test integration git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@535 860be788-9bd5-4423-9f1e-828f051e677b --- build/vc100/turtle.vcxproj | 1 + build/vc100/turtle.vcxproj.filters | 3 +++ turtle/detail/cleanup.hpp | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/build/vc100/turtle.vcxproj b/build/vc100/turtle.vcxproj index abf8ec3..cb19bc6 100644 --- a/build/vc100/turtle.vcxproj +++ b/build/vc100/turtle.vcxproj @@ -25,6 +25,7 @@ + diff --git a/build/vc100/turtle.vcxproj.filters b/build/vc100/turtle.vcxproj.filters index 0b27826..aec3090 100644 --- a/build/vc100/turtle.vcxproj.filters +++ b/build/vc100/turtle.vcxproj.filters @@ -121,5 +121,8 @@ Source Files\detail + + Source Files\detail + \ No newline at end of file diff --git a/turtle/detail/cleanup.hpp b/turtle/detail/cleanup.hpp index 12605ad..7b21088 100644 --- a/turtle/detail/cleanup.hpp +++ b/turtle/detail/cleanup.hpp @@ -11,8 +11,8 @@ #include "../config.hpp" #ifdef MOCK_USE_BOOST_TEST -#include "verify.hpp" -#include "reset.hpp" +#include "../verify.hpp" +#include "../reset.hpp" #include namespace mock