RFR: JDK-8292990 Improve test coverage for XPath Axes: parent [v2]
Joe Wang
joehw at openjdk.org
Thu Sep 1 19:09:10 UTC 2022
On Thu, 1 Sep 2022 18:28:12 GMT, Bill Huang <duke at openjdk.org> wrote:
>> The goal of this task is validating the parent axis contains the parent of the context node. Context nodes include
>> - root node
>> - element nodes
>> - text nodes
>> - attribute nodes
>> - namespace nodes
>> - comment nodes
>
> Bill Huang has updated the pull request incrementally with one additional commit since the last revision:
>
> Implemented review comments.
Marked as reviewed by joehw (Reviewer).
test/jaxp/javax/xml/jaxp/unittest/xpath/XPathExpParentTest.java line 150:
> 148:
> 149: /**
> 150: * Verifies that XPath relative expressions provide a same node as the context node.
typo s/a same node/the same node. No need to refresh the patch.
-------------
PR: https://git.openjdk.org/jdk/pull/10107
More information about the core-libs-dev
mailing list