RFR: JDK-8289509 : Improve test coverage for XPath Axes: descendant, descendant-or-self, following, following-sibling [v2]

Andrey Turbanov aturbanov at openjdk.org
Tue Oct 11 07:54:28 UTC 2022


On Fri, 7 Oct 2022 15:36:16 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
>
> Mahendra Chhipa has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Implemented the review comments.

test/jaxp/javax/xml/jaxp/unittest/xpath/XPathExpFollowingTest.java line 44:

> 42:  * @summary Tests for XPath following/following-sibling axis specifier.
> 43:  */
> 44: public class XPathExpFollowingTest extends  XPathTestBase {

Suggestion:

public class XPathExpFollowingTest extends XPathTestBase {

-------------

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


More information about the core-libs-dev mailing list