Tests: Wrong test count causes unexpected 'green' in test results

This commit is contained in:
Paul Beckingham 2016-04-09 16:18:35 -04:00
parent 300e7e125e
commit dde7e6781d

View file

@ -55,7 +55,7 @@ void testInit (UnitTest& t, const std::string& value, Variant& var)
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
int main (int, char**) int main (int, char**)
{ {
UnitTest t (104); UnitTest t (106);
Variant sunday; testInit (t, "sunday", sunday); Variant sunday; testInit (t, "sunday", sunday);
Variant monday; testInit (t, "monday", monday); Variant monday; testInit (t, "monday", monday);