Hi All, Please review a fix for the JDK-8178106 where there was no error message being popped up when creating a new folder.
Issue: When creating a new folder under a read-only set folder causes no pop up with respect to the error. Resolution: The test instruction does not elaborate on how to make the folder read-only and hence the failure. Windows offers to set this via the security option of the folder properties and deny the write operation for the folder apart from the read-only attribute being set while creating the folder itself. The test instructions are modified to indicate a way to set the read-only attribute of the folder. Test output: After setting folder permission correctly, the below output being seen as expected. Bug: https://bugs.openjdk.java.net/browse/JDK-8178106 Webrev: http://cr.openjdk.java.net/~aghaisas/shashi/8178106/webrev.00/ Thanks and regards, Shashi