On Wed, 15 Feb 2023 22:48:09 GMT, Kevin Rushforth <[email protected]> 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

Reply via email to