- From: Jason Brittsan <jasonbri@microsoft.com>
- Date: Thu, 7 Feb 2002 18:40:11 -0800
- To: <www-dom-ts@w3.org>
- Message-ID: <D5C70EA9DF70694391969A1494875A120616A909@red-msg-05.redmond.corp.microsoft.com>
I'm getting a script error when I run the ECMAScript suite in IE 6 on
Windows XP.
To Repro:
1. Load alltests.htm in the JsUnit TestRunner
2. Click "Run"
Script error on line 47 of jsUnitRunner.js - Object does not support
this property or method.
function doneLoadingPage(pageName) {
containerTestFrame().setTracer(tracer); // error occurs here
this._testFileName=pageName;
if (!loadedPageInvestigator.isLoadedTestPageATestSuitePage()) {
this._testIndex=0;
this._testsInPage=loadedPageInvestigator.getTestFunctionNamesInLoadedTes
tPage();
this._numberOfTestsInPage=this._testsInPage.length;
this._runTest();
}
else
this._handleNewSuite();
}
I'll be out of office until Monday. :(
Jason Brittsan { Software Test Engineer || Avalon App Model ||
jasonbri@microsoft.com || 425-706-0732 }
Received on Thursday, 7 February 2002 22:41:17 UTC