On Fri, 7 Oct 2022 15:36:16 GMT, Mahendra Chhipa <[email protected]> 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