Re: RFR: JDK-8292990 Improve test coverage for XPath Axes: parent [v3]

2022-09-01 Thread Bill Huang
> 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

Re: RFR: JDK-8292990 Improve test coverage for XPath Axes: parent [v2]

2022-09-01 Thread Joe Wang
On Thu, 1 Sep 2022 18:28:12 GMT, Bill Huang 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 > >

Re: RFR: JDK-8292990 Improve test coverage for XPath Axes: parent [v2]

2022-09-01 Thread Bill Huang
> 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

Re: RFR: JDK-8292990 Improve test coverage for XPath Axes: parent

2022-09-01 Thread Joe Wang
On Wed, 31 Aug 2022 20:16:33 GMT, Bill Huang 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

RFR: JDK-8292990 Improve test coverage for XPath Axes: parent

2022-08-31 Thread Bill Huang
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 - Commit messages: - Add document root tests - Added relative

Re: RFR: JDK-8292990 Improve test coverage for XPath Axes: parent

2022-08-31 Thread Bill Huang
On Wed, 31 Aug 2022 20:16:33 GMT, Bill Huang 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