|
28 | 28 | public class ZipComparisonShowcaseTest { |
29 | 29 | @ParameterizedTest |
30 | 30 | @ValueSource(strings = { |
| 31 | + "hello.jar", |
31 | 32 | "hello-concat.jar", |
32 | 33 | "hello-concat-junkheader.jar", |
33 | 34 | "hello-junk-dir-length.jar", |
34 | 35 | "hello-junk-eocd.jar", |
35 | 36 | "hello-junk-local-length.jar", |
36 | 37 | "hello-merged.jar", |
37 | | - "hello-merged-junkheader.jar", |
38 | 38 | "hello-merged-fake-empty.jar", |
| 39 | + "hello-merged-junkheader.jar", |
39 | 40 | "hello-no-local-length.jar", |
40 | 41 | "hello-no-local-names.jar", |
| 42 | + "hello-secret.jar", |
| 43 | + "hello-secret-0-length-locals.jar", |
| 44 | + "hello-secret-junkheader.jar", |
41 | 45 | "hello-secret-trailing-slash.jar", |
42 | 46 | "hello-secret-trailing-slash-0-length-locals.jar", |
43 | | - "hello-secret-0-length-locals.jar", |
44 | 47 | "hello-total-junk.jar", |
45 | 48 | "hello-total-junk-large.jar", |
| 49 | + "hello-wrong-local-compression.jar", |
| 50 | + "hello-zeroed-locals.jar", |
46 | 51 | }) |
47 | | - public void testConcatAndMerged(String name) { |
| 52 | + public void test(String name) { |
48 | 53 | Path path = Paths.get("src/test/resources/" + name); |
49 | 54 |
|
50 | 55 | try { |
|
0 commit comments