Bug 640545 - Specify that the load has failed in the error message when a reftest load failed. r=dbaron

This commit is contained in:
Mounir Lamouri 2011-03-30 14:38:44 +02:00
parent a67cd3eb02
commit 3172845672

View File

@ -1203,7 +1203,7 @@ function LoadFailed(why)
{
++gTestResults.FailedLoad;
gDumpLog("REFTEST TEST-UNEXPECTED-FAIL | " +
gURLs[0]["url" + gState].spec + " | " + why + "\n");
gURLs[0]["url" + gState].spec + " | load failed: " + why + "\n");
FlushTestLog();
FinishTestItem();
}