|
@@ -251,7 +251,7 @@ public:
|
|
|
{
|
|
|
TestCaseStatistics statistic;
|
|
|
statistic.ConvertFormUserCode(dwUserCode);
|
|
|
- THROW_ERROR("Test for entity[%s] failed return %s: %.2lf percent tests passed, %u test failed out of %u cases",
|
|
|
+ THROW_ERROR("Test for entity[%s] failed return %s: %.2lf percent tests failed, %u failed out of %u cases",
|
|
|
result->strEntityName.GetData(), SpStrError(ec), statistic.FailureRate(), statistic.Failures(), statistic.Total());
|
|
|
}
|
|
|
Dbg("return usercode: 0x%08X", dwUserCode);
|