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
This commit is contained in:
mat007 2012-07-30 14:46:11 +00:00
parent 0601689503
commit 032e3b8a70
3 changed files with 6 additions and 2 deletions

View file

@ -25,6 +25,7 @@
<ClInclude Include="..\..\turtle\detail\action.hpp" /> <ClInclude Include="..\..\turtle\detail\action.hpp" />
<ClInclude Include="..\..\turtle\detail\check.hpp" /> <ClInclude Include="..\..\turtle\detail\check.hpp" />
<ClInclude Include="..\..\turtle\detail\child.hpp" /> <ClInclude Include="..\..\turtle\detail\child.hpp" />
<ClInclude Include="..\..\turtle\detail\cleanup.hpp" />
<ClInclude Include="..\..\turtle\detail\context.hpp" /> <ClInclude Include="..\..\turtle\detail\context.hpp" />
<ClInclude Include="..\..\turtle\detail\expectation_base.hpp" /> <ClInclude Include="..\..\turtle\detail\expectation_base.hpp" />
<ClInclude Include="..\..\turtle\detail\expectation_template.hpp" /> <ClInclude Include="..\..\turtle\detail\expectation_template.hpp" />

View file

@ -121,5 +121,8 @@
<ClInclude Include="..\..\turtle\detail\formatter.hpp"> <ClInclude Include="..\..\turtle\detail\formatter.hpp">
<Filter>Source Files\detail</Filter> <Filter>Source Files\detail</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\turtle\detail\cleanup.hpp">
<Filter>Source Files\detail</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
</Project> </Project>

View file

@ -11,8 +11,8 @@
#include "../config.hpp" #include "../config.hpp"
#ifdef MOCK_USE_BOOST_TEST #ifdef MOCK_USE_BOOST_TEST
#include "verify.hpp" #include "../verify.hpp"
#include "reset.hpp" #include "../reset.hpp"
#include <boost/test/unit_test_suite.hpp> #include <boost/test/unit_test_suite.hpp>
namespace mock namespace mock