No bug - Widen the allowable number of asserts in test_bug437844.xul to 19-21 so we don't have to keep adjusting it everytime something randomly perturbs it.

This commit is contained in:
Ryan VanderMeulen 2014-08-19 15:12:25 -04:00
parent e2ba2816e6
commit f8229b4823

View File

@ -37,7 +37,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=348233
<script class="testbody" type="application/javascript">
<![CDATA[
SimpleTest.expectAssertions(20, 21);
SimpleTest.expectAssertions(19, 21);
/** Test for Bug 437844 and Bug 348233 **/
SimpleTest.waitForExplicitFinish();