[OpenJDK 2D-Dev] [10]JDK-8183341:Better cleanup for javax/imageio/AllowSearch.java

Shashidhara Veerabhadraiah shashidhara.veerabhadraiah at oracle.com
Tue Jul 11 09:35:03 UTC 2017


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/2d-dev/attachments/20170711/eaba4a92/attachment.html>


More information about the 2d-dev mailing list