Hi All, Gentle remainder. Please review the fix for issue https://bugs.openjdk.java.net/browse/JDK-8160266 <https://bugs.openjdk.java.net/browse/JDK-8160266>.
Thanks, Manajit > On 24-Jun-2016, at 8:53 pm, Manajit Halder <[email protected]> wrote: > > Hi Sergey, > > Kindly review the fix for JDK9. > > Bug: > https://bugs.openjdk.java.net/browse/JDK-8160266 > <https://bugs.openjdk.java.net/browse/JDK-8160266> > > Webrev: > http://cr.openjdk.java.net/~mhalder/8160266/webrev.00/ > <http://cr.openjdk.java.net/~mhalder/8160266/webrev.00/> > > Issue: > [macosx] NestedModalDialogTest.java and NestedModelessDialogTest.java tests > does not run with current JDK codebase after taking the files from MACOSX_PORT > > Cause: > Both the tests were written using unit.framework. > > Fix: > Test files are modified to remove the dependency of junit.framework and > related API calls. Test files were moved from MACOSX_PORT to the current JDK > 9 codebase and added at the corresponding folder location: > test/java/awt/Dialog/NestedDialogs/Modal/NestedModalDialogTest.java > test/java/awt/Dialog/NestedDialogs/Modeless/NestedModelessDialogTest.java > > Along with the test file 3 supporting files are also moved. The files are: > test/java/awt/regtesthelpers/RobotUtilities.java > test/java/awt/regtesthelpers/VisibilityValidator.java > test/java/awt/regtesthelpers/Waypoint.java > > > Regards, > Manajit
