Bug 905344 - Change server port to -1 in test_load_module.js; r=waldo

This commit is contained in:
Geoff Brown 2013-08-23 09:11:34 -06:00
Родитель 8f7dd67d88
Коммит c9a237c547
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,7 @@ function run_test() {
Components.utils.import("resource://testing-common/httpd.js");
let server = new HttpServer();
server.start(8080);
server.start(-1);
do_test_pending();