RFR: 8257617: TestLinkPlatform fails with new Java source version
Joe Darcy
darcy at openjdk.java.net
Thu Dec 3 07:05:54 UTC 2020
On Thu, 3 Dec 2020 06:52:49 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:
> This fixes the problem that some tests in TestLinkPlatform.java rely on a static list of properties, causing them to fail when a new Java source version is added. The solution is to create the properties file on the fly.
>
> I also replaced the custom documentation domain with "example.com" as suggested in the original PR.
Thanks for the fix. The test passes with this change when run in my in-development JDK 17 build.
-------------
Marked as reviewed by darcy (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/1588
More information about the javadoc-dev
mailing list