From 9ac46ddd9cc5082c328c306b18812acfff41f76b Mon Sep 17 00:00:00 2001 From: mat007 Date: Tue, 31 Jul 2012 12:36:11 +0000 Subject: [PATCH] Fix git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@537 860be788-9bd5-4423-9f1e-828f051e677b --- test/mock_error.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/mock_error.hpp b/test/mock_error.hpp index 0cdbb38..5afb7e8 100644 --- a/test/mock_error.hpp +++ b/test/mock_error.hpp @@ -65,6 +65,7 @@ namespace } void reset() { + call_count = 0; error_count = 0; last_message.clear(); last_context.clear();