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

Bill Huang duke at openjdk.org
Wed Aug 31 20:23:53 UTC 2022


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 parent tests.
 - Initial commit.

Changes: https://git.openjdk.org/jdk/pull/10107/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10107&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8292990
  Stats: 160 lines in 2 files changed: 160 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/10107.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/10107/head:pull/10107

PR: https://git.openjdk.org/jdk/pull/10107


More information about the core-libs-dev mailing list