<Swing Dev> RFR: 8196100: javax/swing/text/JTextComponent/5074573/bug5074573.java fails [v2]
Sergey Bylokhov
serb at openjdk.java.net
Thu Nov 26 04:52:19 UTC 2020
On Wed, 25 Nov 2020 17:49:22 GMT, Alexander Zuev <kizune at openjdk.org> wrote:
>> Sergey Bylokhov has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Update test/jdk/java/awt/Robot/InfiniteLoopException.java
>
> test/jdk/java/awt/Robot/InfiniteLoopException.java line 63:
>
>> 61: long time = TimeUnit.NANOSECONDS.toSeconds(System.nanoTime() - start);
>> 62: if (time > 20) {
>> 63: throw new RuntimeException("To slow:" + time);
>
> Typo? Shouldn't it be "Too slow"?
yes, fixed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/1424
More information about the swing-dev
mailing list