Zipmerge: substitute stripped down slf4j jars with dummy ones

This commit is contained in:
Paolo Tranquilli
2024-05-28 16:15:20 +02:00
parent c3ccf4d5a3
commit 5eb12b8503
5 changed files with 1 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -151,7 +151,6 @@ TEST(Zipmerge, InputFileOrder) {
}
TEST(Zipmerge, LocalFileFooters) {
expect_same_file(zipmerge("out.jar", "slf4j-api-classes-with-footers.jar"),
"slf4j-api-classes-without-footers.jar");
expect_same_file(zipmerge("out.jar", "footers.jar"), "no-footers.jar");
}
} // namespace codeql_testing