On Mon, 26 Sep 2022 11:11:07 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:

>> ScientificWare has updated the pull request incrementally with one 
>> additional commit since the last revision:
>> 
>>   Simplifications of the test.
>>   
>>   Removes individual color tests and only compares the RGB value.
>
> test/jdk/javax/swing/text/html/CSS/Hex3468DigitsColor.java line 44:
> 
>> 42:         // Then expecting 0xaaff1122 from Color.
>> 43:         Color color = styleSheet.stringToColor("#f12a");
>> 44:         result.append("  Test for #f00a");
> 
> Previously, you added a message to `result` in case of failure only, now you 
> always do it. The updated code does not output the actual value.
> 
> The tested color is `#f12a`  instead of `#f00a`.

Done.

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

PR: https://git.openjdk.org/jdk/pull/10317

Reply via email to