Skip to content

Commit e1f45ab

Browse files
committed
Add additional samples to showcase test
1 parent a1d46d4 commit e1f45ab

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

src/test/java/software/coley/lljzip/ZipComparisonShowcaseTest.java

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,28 @@
2828
public class ZipComparisonShowcaseTest {
2929
@ParameterizedTest
3030
@ValueSource(strings = {
31+
"hello.jar",
3132
"hello-concat.jar",
3233
"hello-concat-junkheader.jar",
3334
"hello-junk-dir-length.jar",
3435
"hello-junk-eocd.jar",
3536
"hello-junk-local-length.jar",
3637
"hello-merged.jar",
37-
"hello-merged-junkheader.jar",
3838
"hello-merged-fake-empty.jar",
39+
"hello-merged-junkheader.jar",
3940
"hello-no-local-length.jar",
4041
"hello-no-local-names.jar",
42+
"hello-secret.jar",
43+
"hello-secret-0-length-locals.jar",
44+
"hello-secret-junkheader.jar",
4145
"hello-secret-trailing-slash.jar",
4246
"hello-secret-trailing-slash-0-length-locals.jar",
43-
"hello-secret-0-length-locals.jar",
4447
"hello-total-junk.jar",
4548
"hello-total-junk-large.jar",
49+
"hello-wrong-local-compression.jar",
50+
"hello-zeroed-locals.jar",
4651
})
47-
public void testConcatAndMerged(String name) {
52+
public void test(String name) {
4853
Path path = Paths.get("src/test/resources/" + name);
4954

5055
try {
493 Bytes
Binary file not shown.
482 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)