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:
Marco Bonardo 2011-11-05 13:48:29 +01:00
parent 2f16fbe9a4
commit 706e830277

View File

@ -363,9 +363,7 @@ namespace test_observer_topic_dispatched_helpers {
do_check_true(visited || notVisited);
// Check to make sure we got the state we expected.
if (visited != mExpectVisit) {
return NS_OK;
}
do_check_eq(visited, mExpectVisit);
// Indicate that we've been notified.
mNotified = true;