[jdk11u-dev] RFR: 8326503: [11u] java/net/HttpURLConnection/HttpURLConnectionExpectContinueTest.java fail because of package org.junit.jupiter.api does not exist [v2]
Anton Bobrov
abobrov at openjdk.org
Mon Feb 26 13:56:08 UTC 2024
> This patch addresses the test failures described in https://bugs.openjdk.org/browse/JDK-8326503 due to junit 5 package org.junit.jupiter.api which does not exist in older junit 4 that is being used here now for 11u builds by refactoring junit 5 api use to available junit 4 api.
Anton Bobrov has updated the pull request incrementally with one additional commit since the last revision:
refactor further to use BeforeClass and AfterClass
-------------
Changes:
- all: https://git.openjdk.org/jdk11u-dev/pull/2553/files
- new: https://git.openjdk.org/jdk11u-dev/pull/2553/files/69b266a0..27e1d569
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2553&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2553&range=00-01
Stats: 21 lines in 1 file changed: 1 ins; 11 del; 9 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/2553.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/2553/head:pull/2553
PR: https://git.openjdk.org/jdk11u-dev/pull/2553
More information about the jdk-updates-dev
mailing list