Not part of build. Update output of test to jive with new tinderbox test

stuff mcafee is doing.


git-svn-id: svn://10.0.0.236/trunk@107144 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pchen%netscape.com 2001-11-03 00:33:56 +00:00
parent ebfabe30ba
commit 748331065e

View File

@ -123,7 +123,7 @@ function reportResults() {
avgOpenTime += openingTimes[i];
}
avgOpenTime = Math.round(avgOpenTime / (MAX_INDEX - 1));
dump("averageWindowOpenTime:" + avgOpenTime + "ms\n");
dump("TinderboxPrint:Txul:" + avgOpenTime + "ms\n");
window.close();
}