Hi All,
Please review a fix for a test bug which was not cleaning up the temporary test 
files that it used to create.

The issue with this test was that the test used to create temporary files but 
not deleting them.

The updated test file does the deletion of the temporary files that the test is 
creating.

Bug:
<https://bugs.openjdk.java.net/browse/JDK-8183341>

Webrev:
<http://cr.openjdk.java.net/~pkbalakr/shashi/8183341/webrev_00/>

Note: The user had requested to create the temporary files in user.dir. But I 
think it is good to create the temporary files in the system temp directory and 
use it for testing and later delete the same. Besides if required the user has 
the choice to change the temp directory to the directory they wish for.

Thanks and regards,
Shashi

Reply via email to