mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 956385 - Don't count non-matching messages toward the total. r=ted
This commit is contained in:
parent
c26badfb98
commit
6a6595d1c0
@ -892,6 +892,7 @@ SimpleTest.monitorConsole = function (continuation, msgs, forbidUnexpectedMsgs)
|
||||
info("monitorConsole | [" + counter + "] " +
|
||||
(matches ? "matched " : "did not match ") + JSON.stringify(msg));
|
||||
}
|
||||
if (matches)
|
||||
counter++;
|
||||
}
|
||||
SpecialPowers.registerConsoleListener(listener);
|
||||
|
Loading…
Reference in New Issue
Block a user