> Please find here a change that refactors > `test/jdk/java/net/httpclient/http3/H3ErrorHandlingTest.java` to use JUnit. > > This fix also renames `QuicStandaloneServer::addHandler` to > `QuicStandaloneServer::setHandler` - since the method doesn't add anything > but simply sets a variable. > > Finally, it also sets up `test/jdk/java/net/httpclient/TEST.properties` to > reject `testng` actions in jtreg tests under `test/jdk/java/net/httpclient`, > since that was the last test that needed to be converted in this test > hierarchy.
Daniel Fuchs has updated the pull request incrementally with one additional commit since the last revision: Update test/jdk/java/net/httpclient/TEST.properties Co-authored-by: Christian Stein <[email protected]> ------------- Changes: - all: https://git.openjdk.org/jdk/pull/30079/files - new: https://git.openjdk.org/jdk/pull/30079/files/eb0a41a3..6b5a2f2e Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=30079&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30079&range=00-01 Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/30079.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30079/head:pull/30079 PR: https://git.openjdk.org/jdk/pull/30079
