mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 619623 - Revert a check in test_IHistory, since, even if less frequent, a timeout is not better than a failure.
This commit is contained in:
parent
2f16fbe9a4
commit
706e830277
@ -363,9 +363,7 @@ namespace test_observer_topic_dispatched_helpers {
|
|||||||
do_check_true(visited || notVisited);
|
do_check_true(visited || notVisited);
|
||||||
|
|
||||||
// Check to make sure we got the state we expected.
|
// Check to make sure we got the state we expected.
|
||||||
if (visited != mExpectVisit) {
|
do_check_eq(visited, mExpectVisit);
|
||||||
return NS_OK;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Indicate that we've been notified.
|
// Indicate that we've been notified.
|
||||||
mNotified = true;
|
mNotified = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user