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
993
993
if (HasSharedFailure ())
994
994
privateLogCount (" Total failed checks" , GetSharedData ().GetTotalFailedChecks ());
995
995
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 ());
998
998
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 ());
1001
1001
if (GetSharedData ().GetTotalLeakedTests () > 0 )
1002
1002
privateLogCount (" Total memory leaks" , GetSharedData ().GetTotalLeakedTests ());
1003
1003
}
You can’t perform that action at this time.
0 commit comments