+1
-phil.
On 05/02/2018 07:04 PM, Muneer Kolarkunnu wrote:
Hi All,
Please review the following, a new client sanity test case:
Task: https://bugs.openjdk.java.net/browse/JDK-8197948
Webrev Link:http://cr.openjdk.java.net/~akolarkunnu/8197948/webrev.01/
<http://cr.openjdk.java.net/%7Eakolarkunnu/8197948/webrev.01/>
Summary: This is a new test for automated testing of SwingSet2 main
window using Jemmy.
Aim of this is to test all swing components which are new in Swingset2
main window and are not part of SwingSet3 demos.
Components to include in this test are JCheckBoxMenuItem ,
JRadioButtonMenuItem and different themes for Metal look and feel.
Only the file
test/jdk/sanity/client/SwingSet/src/SwingSet2DemoTest.java is newly
created. All others are taken from SwingSet2 demo with necessary
changes for testing (mainly removed unwanted codes).
Regards,
Muneer