Hi, may I get a review for this change that convert some more java/net tests from TestNG to JUnit.
In order to avoid a bigger changeset that would be harder to review, this batch simply changes all TestNG tests under java/net that have either URL or Http in their names. ------------- Commit messages: - Merge branch 'master' into junit-url-http-8381767 - Merge branch 'master' into junit-url-http-8381767 - 8381767: Refactor various java/net/*[URL/Http]*/ TestNG tests to use JUnit Changes: https://git.openjdk.org/jdk/pull/30626/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30626&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8381767 Stats: 326 lines in 15 files changed: 83 ins; 39 del; 204 mod Patch: https://git.openjdk.org/jdk/pull/30626.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30626/head:pull/30626 PR: https://git.openjdk.org/jdk/pull/30626
