Closed
Bug 13271
Opened 26 years ago
Closed 26 years ago
Processing instruction getTarget method returns incorrect value
Categories
(Core Graveyard :: Java APIs for DOM, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rpallath, Assigned: akhil.arora)
Details
Attachments
(1 file)
|
15.43 KB,
text/plain
|
Details |
The getTarget method of ProcessingInstruction Object does not return the
correct value.
It returns a value which equivalent to value returned by getData method.
for this example
target is version="1.0"
data is version="1.0"
To reproduce.
Build apprunner.
Follow instructions in mozilla/java/dom/tests/src/README
then from command line execute
sh autorun.sh -t org.mozilla.dom.test.ProcessingInstructionImpl_getTarget
(choose 'XML' option from the 3 choices).
log files are in dir. mozilla/java/dom/tests/src/logs
Attached is debug log...
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 2•26 years ago
|
||
the bug is fixed
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•