- From: Robert Clary <bclary@netscape.com>
- Date: Wed, 05 Mar 2003 16:15:26 -0500
- To: Rick Rivello <richard.rivello@nist.gov>
- CC: www-dom-ts@w3.org
- Message-ID: <3E6668EE.4070602@netscape.com>
Rick,
Are you running the version from CVS?
I combined and compared our two different results and have attached as
combined-results.txt.
I noticed that the signature of assertURIEquals in DOMTestCase.js is:
assertURIEquals(assertID,scheme,path,host,file,query,fragment,isAbsolute,actual)
and the call in my HTMLAnchorElement04.html is
assertURIEquals("hrefLink",null,null,null,"submit.gif",null,null,null,null,vhref);
which do not agree on the number of arguments and which explains a
number of the errors that I am seeing such as
HTMLAnchorElement04 failed "hrefLink" Expected not to be null
So, either my version of the transform to create the test is out of date
or I broke it during editing.
Can someone who understands the transforms better look to see why mine
has the extra parameter in the call to assertURIEquals?
Bob
Rick Rivello wrote:
> After downloading Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US;
rv:1.3b) Gecko/20030210
> the tests were rerun with JsUnit 1.3.3 TestRunner located at
http://www.jsunit.net
>
> Here's the results:
>
>
> Runs: 552 Errors: 5 Failures: 5
>
>
HTMLAnchorElement04 failed, [Bob] "hrefLink" Expected not to be null HTMLAreaElement04 failed, [Bob] "hrefLink" Expected not to be null HTMLBaseElement01 failed, [Bob] "hrefLink" Expected not to be null HTMLCollection07 failed, [Bob] "rowIndexLink" Expected 2 (number) but was 3 (number) HTMLCollection07 failed, [Rick] "rowIndexLink", Expected 2 (number) but was 3 (number) HTMLCollection08 failed, [Bob] "rowIndexLink" Expected 1 (number) but was 2 (number) HTMLCollection08 failed, [Rick] "rowIndexLink", Expected 1 (number) but was 2 (number) HTMLDocument04 had an error, [Bob] Error message is: "TypeError: actual.lastIndexOf is not a function" HTMLDocument08 failed, [Bob] "lengthLink" Expected 4 (number) but was 2 (number) HTMLDocument08 failed, [Rick] "lengthLink", Expected 4 (number) but was 2 (number) HTMLFormElement05 failed, [Bob] "actionLink" Expected not to be null HTMLFrameElement02 failed, [Bob] "longdescLink" Expected not to be null HTMLFrameElement08 failed, [Bob] "srcLink" Expected not to be null HTMLHeadElement01 failed, [Bob] "profileLink" Expected not to be null HTMLIFrameElement04 failed, [Bob] "longdescLink" Expected not to be null HTMLIFrameElement09 failed, [Bob] "srcLink" Expected not to be null HTMLImageElement08 failed, [Bob] "longDescLink" Expected not to be null HTMLImageElement09 failed, [Bob] "srcLink" Expected not to be null HTMLInputElement06 failed, [Bob] "alignLink" Expected bottom (string) but was baseline (string) HTMLInputElement06 failed, [Rick] "alignLink", Expected bottom (string) but was baseline (string) HTMLInputElement14 failed, [Bob] "srcLink" Expected not to be null HTMLLinkElement03 failed, [Bob] "hrefLink" Expected not to be null HTMLModElement01 failed, [Bob] "citeLink" Expected not to be null HTMLModElement03 failed, [Bob] "citeLink" Expected not to be null HTMLObjectElement06 failed, [Bob] "codebaseLink" Expected not to be null HTMLObjectElement08 failed, [Bob] "dataLink" Expected not to be null HTMLParamElement02 failed, [Bob] "valueLink" Expected not to be null HTMLQuoteElement01 failed, [Bob] "citeLink" Expected not to be null HTMLQuoteElement02 failed, [Bob] "citeLink" Expected not to be null HTMLScriptElement04 failed, [Bob] "srcLink" Expected not to be null HTMLSelectElement08 had an error, [Rick] Error message is: "ReferenceError: expected is not defined" HTMLTableElement07 had an error, [Rick] Error message is: "ReferenceError: expected is not defined" HTMLTableElement08 had an error, [Rick] Error message is: "ReferenceError: expected is not defined" HTMLTableElement09 had an error, [Rick] Error message is: "ReferenceError: expected is not defined" HTMLTableElement39 failed, [Bob] "rowsLink2" Expected 3 (number) but was 2 (number) HTMLTableElement39 failed, [Rick] "rowsLink2" Expected 3 (number) but was 2 (number) HTMLTableSectionElement31 had an error, [Bob] Error message is: "[Exception... "Index or size is negative or greater than the allowed amount" code: "1" nsresult: "0x80530001 (NS_ERROR_DOM_INDEX_SIZE_ERR)" location: "file:///C:/w3-cvs/2001/DOM-Test-Suite/build/ecmascript/level2/html/HTMLTableSectionElement31.html Line: 77"]" HTMLTableSectionElement31 had an error, [Rick] Error message is: "[Exception... "Index or size is negative or greater than the allowed amount" code: "1" nsresult: "0x80530001 (NS_ERROR_DOM_INDEX_SIZE_ERR)" location: "HTMLTableSectionElement31.html Line: 65"]"
Received on Wednesday, 5 March 2003 16:15:49 UTC