URLFromURITest.java was mixing JUnit 4 and Jupiter APIs, this is just a simple cleanup to swap it to use only Jupiter.
I looked around to see if there were any other tests affected but this seems to be the only one. ------------- Commit messages: - updated to use org.junit.jupiter.api.test to match the rest of the junit imports Changes: https://git.openjdk.org/jdk/pull/12117/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=12117&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8299863 Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod Patch: https://git.openjdk.org/jdk/pull/12117.diff Fetch: git fetch https://git.openjdk.org/jdk pull/12117/head:pull/12117 PR: https://git.openjdk.org/jdk/pull/12117
