script error when running ECMAScript suite

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