RFR: 8258056: jdk/javadoc/doclet/testHtmlTableTags/TestHtmlTableTags.java fails against jdk17

Jesper Wilhelmsson jwilhelm at openjdk.java.net
Thu Dec 10 20:20:56 UTC 2020


On Thu, 10 Dec 2020 18:07:32 GMT, Igor Ignatyev <iignatyev at openjdk.org> wrote:

> Hi all,
> 
> could you pleaes review this small and trivial fix for `jdk/javadoc/doclet/testHtmlTableTags/TestHtmlTableTags.java` test? the test faled to find "https://download.java.net/java/early_access/jdk16/" string after we switched to jdk17, the patch is basically `s/jdk16/jdk17/g`.
> 
> testing: `test/langtools/jdk/javadoc/doclet/testHtmlTableTags/TestHtmlTableTags.java`
> 
> Thanks,
> -- Igor

Looks good to me.

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

Marked as reviewed by jwilhelm (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/1739


More information about the javadoc-dev mailing list