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:
@@ -410,7 +410,7 @@ function enableBFCache(enable) {
|
||||
* directory.
|
||||
*/
|
||||
function getHttpUrl(filename) {
|
||||
return "http://localhost:8888/chrome/docshell/test/chrome/" + filename;
|
||||
return "http://mochi.test:8888/chrome/docshell/test/chrome/" + filename;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user