Bug 42084 - Scripting tests use method calls instead of property accesses
Summary: Scripting tests use method calls instead of property accesses
Status: NEW
Alias: None
Product: Batik - Now in Jira
Classification: Unclassified
Component: Test Tools (show other bugs)
Version: 1.7
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Batik Developer's Mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-10 19:41 UTC by Cameron McCormack
Modified: 2007-04-10 19:41 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron McCormack 2007-04-10 19:41:50 UTC
A number of documents under samples/ use method calls (e.g. .getOwnerDocument())
instead of property accesses (.ownerDocument).  These should be changed to
property accesses, since that's what the SVG ECMAScript binding uses.