Re: RFR: JDK-8289948: Improve test coverage for XPath functions: Node Set Functions [v5]

2022-07-27 Thread Joe Wang
On Thu, 28 Jul 2022 01:49:13 GMT, Bill Huang wrote: >> Provided coverage for XPath node set functions. Functions include: >> - id() >> - last() >> - position() >> - count() >> - local-name() >> - namespace-uri() >> - name() > > Bill Huang has updated the pull request incrementally with one additi

Re: RFR: JDK-8289948: Improve test coverage for XPath functions: Node Set Functions [v5]

2022-07-27 Thread Bill Huang
> Provided coverage for XPath node set functions. Functions include: > - id() > - last() > - position() > - count() > - local-name() > - namespace-uri() > - name() Bill Huang has updated the pull request incrementally with one additional commit since the last revision: Rename test name to XPat

Re: RFR: JDK-8289948: Improve test coverage for XPath functions: Node Set Functions [v4]

2022-07-27 Thread Bill Huang
On Thu, 28 Jul 2022 00:14:52 GMT, Joe Wang wrote: >> Bill Huang has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Added documentation/comments and test cases using namespace. > > test/jaxp/javax/xml/jaxp/unittest/xpath/XPathExpFnTest.java

Re: RFR: JDK-8289948: Improve test coverage for XPath functions: Node Set Functions [v4]

2022-07-27 Thread Joe Wang
On Wed, 27 Jul 2022 20:04:54 GMT, Bill Huang wrote: >> Provided coverage for XPath node set functions. Functions include: >> - id() >> - last() >> - position() >> - count() >> - local-name() >> - namespace-uri() >> - name() > > Bill Huang has updated the pull request incrementally with one additi

Re: RFR: JDK-8289948: Improve test coverage for XPath functions: Node Set Functions [v3]

2022-07-27 Thread Bill Huang
On Tue, 26 Jul 2022 19:44:51 GMT, Joe Wang wrote: >> Bill Huang has refreshed the contents of this pull request, and previous >> commits have been removed. The incremental views will show differences >> compared to the previous content of the PR. The pull request contains one >> new commit sin

Re: RFR: JDK-8289948: Improve test coverage for XPath functions: Node Set Functions [v4]

2022-07-27 Thread Bill Huang
> Provided coverage for XPath node set functions. Functions include: > - id() > - last() > - position() > - count() > - local-name() > - namespace-uri() > - name() Bill Huang has updated the pull request incrementally with one additional commit since the last revision: Added documentation/comm

Re: RFR: JDK-8289948: Improve test coverage for XPath functions: Node Set Functions [v3]

2022-07-26 Thread Joe Wang
On Tue, 26 Jul 2022 02:15:55 GMT, Bill Huang wrote: >> Provided coverage for XPath node set functions. Functions include: >> - id() >> - last() >> - position() >> - count() >> - local-name() >> - namespace-uri() >> - name() > > Bill Huang has refreshed the contents of this pull request, and previ

Re: RFR: JDK-8289948: Improve test coverage for XPath functions: Node Set Functions [v3]

2022-07-25 Thread Bill Huang
> Provided coverage for XPath node set functions. Functions include: > - id() > - last() > - position() > - count() > - local-name() > - namespace-uri() > - name() Bill Huang has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show d

Re: RFR: JDK-8289948: Improve test coverage for XPath functions: Node Set Functions [v2]

2022-07-25 Thread Bill Huang
> Provided coverage for XPath node set functions. Functions include: > - id() > - last() > - position() > - count() > - local-name() > - namespace-uri() > - name() Bill Huang has updated the pull request incrementally with one additional commit since the last revision: Fixed attibute validatio

RFR: JDK-8289948: Improve test coverage for XPath functions: Node Set Functions

2022-07-25 Thread Bill Huang
Provided coverage for XPath node set functions. Functions include: - id() - last() - position() - count() - local-name() - namespace-uri() - name() - Commit messages: - Removed unwanted whitespaces. - Updated copyright header. - Created XPathExpFnTest.java for XPath functions and i