--- old/test/java/awt/event/InputEvent/ButtonArraysEquality/ButtonArraysEquality.java 2015-10-14 20:40:11.118830015 +0400 +++ new/test/java/awt/event/InputEvent/ButtonArraysEquality/ButtonArraysEquality.java 2015-10-14 20:40:10.926830024 +0400 @@ -72,7 +72,7 @@ //check lengths: array shouldn't contain less elements then the number of buttons on a mouse if (buttonDownMasks.length < buttonDownMasksAPI.length){ - throw new RuntimeException("Test failed. The lengths array is less then the number of buttons"); + throw new RuntimeException("Test failed. The lengths array is less than the number of buttons"); } // verify values for first three buttons