Skip to content

Commit

Permalink
test: add a zip with more than 100k entries (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
klausbrunner committed Feb 21, 2023
1 parent 39a4602 commit 8363171
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/net/e175/klaus/zip/ZipPrefixerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void adjustsZipOffsets(String filename) throws IOException {

@ParameterizedTest
@Disabled("needs lots of time/disk space")
@ValueSource(strings = {"few-huge-files.zip"})
@ValueSource(strings = {"few-huge-files.zip", "100k-files.zip"})
void adjustsZipOffsetsOnHugeFiles(String filename) throws IOException {
Path f = prepareTestFile(filename);
ZipPrefixer.validateZipOffsets(f);
Expand Down
Binary file added src/test/resources/100k-files.zip.gz
Binary file not shown.

0 comments on commit 8363171

Please sign in to comment.