RFR: 8289587: IllegalArgumentException: Color.rgb's red parameter (-16776961) expects color values 0-255 [v2]

Jose Pereda jpereda at openjdk.org
Thu Jul 7 08:56:21 UTC 2022


On Wed, 6 Jul 2022 18:38:20 GMT, Michael Strauß <mstrauss at openjdk.org> wrote:

>> Jose Pereda has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Rework test
>
> tests/system/src/test/java/test/javafx/scene/web/ColorChooserTest.java line 41:
> 
>> 39: import javafx.stage.Stage;
>> 40: import javafx.stage.Window;
>> 41: import org.junit.AfterClass;
> 
> Since this is a new file, you could also use the JUnit5 API.

Done, I've reworked the test

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

PR: https://git.openjdk.org/jfx/pull/809


More information about the openjfx-dev mailing list