RFR: JDK-8289948: Improve test coverage for XPath functions: Node Set Functions [v5]
Bill Huang
duke at openjdk.org
Thu Jul 28 01:49:13 UTC 2022
> 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 XPathNodeSetFnTest.java.
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/9633/files
- new: https://git.openjdk.org/jdk/pull/9633/files/0db77643..2ac600c4
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=9633&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=9633&range=03-04
Stats: 444 lines in 2 files changed: 222 ins; 222 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/9633.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9633/head:pull/9633
PR: https://git.openjdk.org/jdk/pull/9633
More information about the core-libs-dev
mailing list