Backed out changeset fb39baea4559 (bug 1180125) for causing Bug 1188799 on a CLOSED TREE

This commit is contained in:
Carsten "Tomcat" Book 2015-07-29 17:32:50 +02:00
parent 0aead8cf1c
commit 17484ccbd7

View File

@ -55,7 +55,7 @@ function advance_clock(milliseconds) {
// This function checks that the list of eventsExpected matches
// the received events -- but it only checks the properties that
// are present on eventsExpected.
is(gEventsReceived.length, eventsExpected.length,
is(gEventsReceived.length, gEventsReceived.length,
"number of events received for " + desc);
for (var i = 0,
i_end = Math.min(eventsExpected.length, gEventsReceived.length);