RFR: 8299595: Remove terminally deprecated JavaFX GTK 2 library [v5]
Thiago Milczarek Sayao
tsayao at openjdk.org
Sun Feb 19 22:19:36 UTC 2023
On Wed, 15 Feb 2023 22:48:09 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> Thiago Milczarek Sayao has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Remove unused option
>
> tests/system/src/test/java/test/com/sun/glass/ui/gtk/Gtk2Deprecation1Test.java line 57:
>
>> 55: System.err.println(output);
>> 56: assertTrue("Missing warning message", output.contains("WARNING"));
>> 57: assertTrue("Missing warning message", output.contains("deprecated"));
>
> The modified test would fail before and after the fix. Maybe assert that the text does _not_ contain "deprecated"?
Done
-------------
PR: https://git.openjdk.org/jfx/pull/999
More information about the openjfx-dev
mailing list