Bug 544097 - Change mochitests to use mochi.test instead of localhost for mobile test refactoring p=jmaher, r=sayrer,dwitte

This commit is contained in:
Joel Maher
2010-03-07 16:08:05 -08:00
parent 25b9e786f0
commit b51e4506cb
202 changed files with 667 additions and 601 deletions

View File

@@ -18,7 +18,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=445004
<script type="application/javascript">
/** Test for Bug 445004 **/
is(window.location.hostname, "localhost", "Unexpected hostname");
is(window.location.hostname, "mochi.test", "Unexpected hostname");
is(window.location.port, "8888", "Unexpected port; fix testcase");
SimpleTest.waitForExplicitFinish();