File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -993,11 +993,11 @@ class TestClass
993993 if (HasSharedFailure ())
994994 privateLogCount (" Total failed checks" , GetSharedData ().GetTotalFailedChecks ());
995995 if (GetSharedData ().GetTotalNotTested () > 0 )
996- privateLogCount (" Total functions not tested" , GetSharedData ().GetTotalNotTested ());
997- privateLogCount (" Total functions tested" , GetSharedData ().GetTotalFunctionsTested ());
996+ privateLogCount (" Total not tested" , GetSharedData ().GetTotalNotTested ());
997+ privateLogCount (" Total tested" , GetSharedData ().GetTotalFunctionsTested ());
998998 if (GetSharedData ().GetTotalTimedFunctions () > 0 )
999- privateLogCount (" Total functions timed" , GetSharedData ().GetTotalTimedFunctions ());
1000- privateLogCount (" Total function tests" , GetSharedData ().GetTotalTests ());
999+ privateLogCount (" Total timed" , GetSharedData ().GetTotalTimedFunctions ());
1000+ privateLogCount (" Total tests" , GetSharedData ().GetTotalTests ());
10011001 if (GetSharedData ().GetTotalLeakedTests () > 0 )
10021002 privateLogCount (" Total memory leaks" , GetSharedData ().GetTotalLeakedTests ());
10031003 }
You can’t perform that action at this time.
0 commit comments