On Thu, 29 Apr 2021 11:38:21 GMT, Pavel Rappo <pra...@openjdk.org> wrote:

>> Daniel Fuchs has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Improved diagnostic message
>
> test/jdk/java/net/httpclient/websocket/WebSocketProxyTest.java line 179:
> 
>> 177:         var expected = ofBytes(b);
>> 178:         var problem = actual.equals(expected) ? "match" : "differ";
>> 179:         return "%s and %s %s".formatted(actual, expected, problem);
> 
> I would rename "problem" to more neutral "message" or "description". Ditto in 
> the other file.

Done.

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

PR: https://git.openjdk.java.net/jdk/pull/3776

Reply via email to