Just FYI
You could add additional options to the test via @run tag
For example, how to run test 2 times with different lafs:
/*
* @test
* @bug bug6438430
* @summary ....
* @run main/othervm
-Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel bug6438430
* @run main/othervm
-Dswing.defaultlaf=com.sun.java.swing.plaf.motif.MotifLookAndFeel bug6438430
*/
06.12.2012 13:50, Anton Litvinov пишет:
Hello,
Please review the following fix for a bug. It is a backport of the fix
for JDK 8 which is already reviewed. The fix is identical to the fix
for JDK 8.
Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8003982
Webrev: http://cr.openjdk.java.net/~alitvinov/8003982/webrev.00
Thank you,
Anton
--
Best regards, Sergey.