mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1143091 - restarting tests with --keep-open is hard. r=ted
This commit is contained in:
parent
d43ff13300
commit
50711c0001
@ -105,6 +105,7 @@ function Tester(aTests, aDumper, aCallback) {
|
|||||||
this.openedURLs = {};
|
this.openedURLs = {};
|
||||||
|
|
||||||
this._scriptLoader = Services.scriptloader;
|
this._scriptLoader = Services.scriptloader;
|
||||||
|
this.EventUtils = {};
|
||||||
this._scriptLoader.loadSubScript("chrome://mochikit/content/tests/SimpleTest/EventUtils.js", this.EventUtils);
|
this._scriptLoader.loadSubScript("chrome://mochikit/content/tests/SimpleTest/EventUtils.js", this.EventUtils);
|
||||||
var simpleTestScope = {};
|
var simpleTestScope = {};
|
||||||
this._scriptLoader.loadSubScript("chrome://mochikit/content/tests/SimpleTest/specialpowersAPI.js", simpleTestScope);
|
this._scriptLoader.loadSubScript("chrome://mochikit/content/tests/SimpleTest/specialpowersAPI.js", simpleTestScope);
|
||||||
|
Loading…
Reference in New Issue
Block a user