mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
Bug 1143091 - restarting tests with --keep-open is hard. r=ted
This commit is contained in:
parent
dcff05ecb2
commit
20bcaaf77b
@ -105,6 +105,7 @@ function Tester(aTests, aDumper, aCallback) {
|
||||
this.openedURLs = {};
|
||||
|
||||
this._scriptLoader = Services.scriptloader;
|
||||
this.EventUtils = {};
|
||||
this._scriptLoader.loadSubScript("chrome://mochikit/content/tests/SimpleTest/EventUtils.js", this.EventUtils);
|
||||
var simpleTestScope = {};
|
||||
this._scriptLoader.loadSubScript("chrome://mochikit/content/tests/SimpleTest/specialpowersAPI.js", simpleTestScope);
|
||||
|
Loading…
x
Reference in New Issue
Block a user