On Thu, 8 Sep 2022 06:19:10 GMT, Rahul Prabhu <d...@openjdk.org> wrote:
> Created two files for testing XPath Axes: XPathAncestors.java tests the > ancestor and ancestor-or-self axes, while XPathPrecedingTest.java tests the > preceding and preceding-sibling axes. This pull request has now been integrated. Changeset: caae53f4 Author: Ruprabhu25 <ruprabh...@gmail.com> Committer: Rajan Halade <rhal...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/caae53f4dadd146426a1a2cd121ac00bb98ebc97 Stats: 371 lines in 2 files changed: 371 ins; 0 del; 0 mod 8289508: Improve test coverage for XPath Axes: ancestor, ancestor-or-self, preceding, and preceding-sibling Reviewed-by: joehw ------------- PR: https://git.openjdk.org/jdk/pull/10211