RFR: 8352895: UserCookie.java runs wrong test class

Jaikiran Pai jpai at openjdk.org
Mon Apr 7 07:04:24 UTC 2025


Can I please get a review of this trivial test-only change which fixes the test definition to run the correct test class? This addresses https://bugs.openjdk.org/browse/JDK-8352895.

The test code can be cleaned up a lot more. In fact, I have a local version with additional clean ups. But I decided not to do those change now since I don't have a Java 1.5.x version which verifies that the test changes will still reproduce the original issue for which this test was introduced.

The test passes with this proposed change.

-------------

Commit messages:
 - 8352895: UserCookie.java runs wrong test class

Changes: https://git.openjdk.org/jdk/pull/24476/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24476&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8352895
  Stats: 5 lines in 1 file changed: 2 ins; 2 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/24476.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24476/head:pull/24476

PR: https://git.openjdk.org/jdk/pull/24476


More information about the net-dev mailing list