Bug 404077: Adjust annotations of expected assertions.

This commit is contained in:
L. David Baron
2013-02-27 15:50:10 -08:00
parent 1dd5a16060
commit ada4199de2
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=495300
if (!navigator.platform.startsWith("Mac")) { if (!navigator.platform.startsWith("Mac")) {
// not Mac // not Mac
SimpleTest.expectAssertions(0, 1); SimpleTest.expectAssertions(0, 2);
} }
var manager = new MediaTestManager; var manager = new MediaTestManager;

View File

@@ -22,7 +22,7 @@
<script type="application/javascript"> <script type="application/javascript">
<![CDATA[ <![CDATA[
if (navigator.platform.startsWith("Mac")) { if (!navigator.platform.startsWith("Linux")) {
SimpleTest.expectAssertions(0, 5); SimpleTest.expectAssertions(0, 5);
} }