You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gr...@apache.org on 2009/04/22 07:51:28 UTC

svn commit: r767380 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/ZipTestCase.java

Author: grobmeier
Date: Wed Apr 22 05:51:28 2009
New Revision: 767380

URL: http://svn.apache.org/viewvc?rev=767380&view=rev
Log:
moved one up due one test depends on the folder contents

Modified:
    commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/ZipTestCase.java

Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/ZipTestCase.java
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/ZipTestCase.java?rev=767380&r1=767379&r2=767380&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/ZipTestCase.java (original)
+++ commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/ZipTestCase.java Wed Apr 22 05:51:28 2009
@@ -121,7 +121,7 @@
      * @throws Exception
      */
     public void testListAllFilesWithNestedArchive() throws Exception {
-        final File input = getFile("archives/OSX_ArchiveWithNestedArchive.zip");
+        final File input = getFile("OSX_ArchiveWithNestedArchive.zip");
        
         List results = new ArrayList();