RFR: JDK-8289509 : Improve test coverage for XPath Axes: descendant, descendant-or-self, following, following-sibling
Joe Wang
joehw at openjdk.org
Wed Oct 5 22:10:21 UTC 2022
On Tue, 4 Oct 2022 13:01:40 GMT, Mahendra Chhipa <mchhipa at openjdk.org> wrote:
> Added test cases for xpath Axis:
> 1. descendant
> 2. descendant-or-self
> 3. following
> 4. following-sibling
test/jaxp/javax/xml/jaxp/unittest/xpath/XPathExpDescendantTest.java line 41:
> 39: /*
> 40: * @test
> 41: * @bug 8289510
s/8289510/8289509
test/jaxp/javax/xml/jaxp/unittest/xpath/XPathExpFollowingTest.java line 39:
> 37: /*
> 38: * @test
> 39: * @bug 8289510
s/8289510/8289509
-------------
PR: https://git.openjdk.org/jdk/pull/10557
More information about the core-libs-dev
mailing list