RFR: 7903432: Feature Tests - Adding five JavaTest GUI legacy automated test scripts [v2]
Dmitry Bessonov
dbessono at openjdk.org
Mon Feb 20 13:41:45 UTC 2023
On Thu, 16 Feb 2023 08:56:14 GMT, gollayadav <duke at openjdk.org> wrote:
>> Adding below automated legacy JavaTest GUI feature Test Scripts to the Jemmy regression suite and tested locally on three platforms(Linux, Windows, Mac OS) and working fine. Also verified with JDK8 on macOS.
>>
>> 1.Markers14.java
>> 2.Markers15.java
>> 3.Markers16.java
>> 4.Markers17.java
>> 5.Markers18.java
>
> gollayadav has updated the pull request incrementally with one additional commit since the last revision:
>
> Removed author name and added test description
Please correct all class-level javadoc comments.
Please correct all class-level javadoc comments.
gui-tests/src/gui/src/jthtest/Markers/Markers14.java line 52:
> 50: ConfigDialog config = configuration.openByKey();
> 51:
> 52: int[] indexes = new int[] { 4, 5, 6, 8, 9 };
Is this kept here intentionally? Seems not used.
-------------
Changes requested by dbessono (Reviewer).
PR: https://git.openjdk.org/jtharness/pull/44
More information about the jtharness-dev
mailing list