> This change updates httpclient tests to use `${test.main.class}` in `@run` 
> tags
> instead of explicitly referencing the test class name.
> 
> This aligns with the newer jtreg and avoids issues when
> tests are copied and the class name is not properly updated.
> 
> Only `@run` tags are modified. Other tags (e.g. `@build`) that may still
> contain explicit class references are intentionally left unchanged for now, 
> but can be updated(removed) if desired.
> 
> The number of changes is relatively large due to the mechanical nature
> of the refactoring. Thanks for taking a look.

Daisuke Yamazaki has updated the pull request incrementally with one additional 
commit since the last revision:

  Fix missing test/jdk/java/net/httpclient/HttpVersionsTest.java

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/30307/files
  - new: https://git.openjdk.org/jdk/pull/30307/files/7da55a45..c121f022

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=30307&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=30307&range=01-02

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/30307.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/30307/head:pull/30307

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

Reply via email to