You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/10/08 16:11:30 UTC

[commons-vfs] branch master updated: [VFS-733] Parent layer of ZipFileSystem set to null through OnCallRefreshFileObject and DecoratedFileObject.refresh().

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 63fc222  [VFS-733] Parent layer of ZipFileSystem set to null through OnCallRefreshFileObject and DecoratedFileObject.refresh().
63fc222 is described below

commit 63fc222ab9352097c2bfd57ae79ad9106602ce3c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Oct 8 12:11:24 2019 -0400

    [VFS-733] Parent layer of ZipFileSystem set to null through
    OnCallRefreshFileObject and DecoratedFileObject.refresh().
    
    Enable test.
---
 .../test/java/org/apache/commons/vfs2/provider/zip/Jira733TestCase.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/zip/Jira733TestCase.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/zip/Jira733TestCase.java
index b44754d..ad9b1f3 100644
--- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/zip/Jira733TestCase.java
+++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/zip/Jira733TestCase.java
@@ -30,7 +30,6 @@ import org.junit.Before;
 import org.junit.Ignore;
 import org.junit.Test;
 
-@Ignore
 public class Jira733TestCase {
 
     @After