initialize stat summary
authorEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Wed, 9 Dec 2015 02:36:57 +0000 (03:36 +0100)
committerEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Wed, 9 Dec 2015 02:36:57 +0000 (03:36 +0100)
example/diameter/launcher/testing/TestManager.cpp

index 4a6f688..1317ee3 100644 (file)
@@ -95,6 +95,7 @@ TestManager::TestManager() :
   a_inProgressLimit = UINT_MAX; // no limit
   a_clock = NULL;
   //a_testPool.clear();
+  a_statSummary.clear();
   a_currentTestIt = a_testPool.end();
 }