[9] RFR of 8133986: (fs) Remove file deletion from test/java/nio/file/FileSystem/Basic.java checkNoUOE() method

Brian Burkhalter brian.burkhalter at oracle.com
Fri Dec 11 01:29:28 UTC 2015


This RFR was neither approved nor rejected.

Thanks,

Brian

On Aug 19, 2015, at 5:06 PM, Brian Burkhalter <brian.burkhalter at oracle.com> wrote:

> Please review at your convenience.
> 
> Issue:	https://bugs.openjdk.java.net/browse/JDK-8133986
> Diff:
> 
> --- a/test/java/nio/file/FileSystem/Basic.java
> +++ b/test/java/nio/file/FileSystem/Basic.java
> @@ -67,7 +67,6 @@
>          } catch (ProviderNotFoundException pnfe) {
>              System.out.println("Expected ProviderNotFoundException caught: "
>                  + "\"" + pnfe.getMessage() + "\"");
> -        } finally {
>              FileUtils.deleteFileWithRetry(path);
>          }
>      }
> b
> 
> Summary: Only delete files for which an unexpected exception did not occur.
> 
> Thanks,
> 
> Brian

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/nio-dev/attachments/20151210/dabc69d3/attachment.html>


More information about the nio-dev mailing list