From 2800e473cb62321055e9fa22cc91052fb6ff9c42 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 9 Apr 2016 16:18:35 -0400 Subject: [PATCH] Tests: Wrong test count causes unexpected 'green' in test results --- test/dates.t.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dates.t.cpp b/test/dates.t.cpp index 1075a0178..9a73bdba3 100644 --- a/test/dates.t.cpp +++ b/test/dates.t.cpp @@ -55,7 +55,7 @@ void testInit (UnitTest& t, const std::string& value, Variant& var) //////////////////////////////////////////////////////////////////////////////// int main (int, char**) { - UnitTest t (104); + UnitTest t (106); Variant sunday; testInit (t, "sunday", sunday); Variant monday; testInit (t, "monday", monday);