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-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 36a18985a Test Lister with non-corrupt apk files
36a18985a is described below

commit 36a18985aaaf1c0399005061f56d511f82132c4a
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Feb 1 19:46:32 2024 -0500

    Test Lister with non-corrupt apk files
---
 src/test/java/org/apache/commons/compress/archivers/ListerTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/compress/archivers/ListerTest.java 
b/src/test/java/org/apache/commons/compress/archivers/ListerTest.java
index 209a32468..8c10533f3 100644
--- a/src/test/java/org/apache/commons/compress/archivers/ListerTest.java
+++ b/src/test/java/org/apache/commons/compress/archivers/ListerTest.java
@@ -32,7 +32,7 @@ import org.junit.jupiter.params.provider.MethodSource;
 public class ListerTest {
 
     public static Stream<Path> getFixtures() throws IOException {
-        return PathUtils.walk(Paths.get("src/test/resources"), new 
RegexFileFilter("^(?!.*(-fail)).*\\.(tar|arj)$"), 10, false);
+        return PathUtils.walk(Paths.get("src/test/resources"), new 
RegexFileFilter("^(?!.*(-fail)).*\\.(tar|arj|apk)$"), 10, false);
     }
 
     @ParameterizedTest

Reply via email to