mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Zipmerge: substitute stripped down slf4j jars with dummy ones
This commit is contained in:
BIN
misc/bazel/internal/zipmerge/test-files/footers.jar
Normal file
BIN
misc/bazel/internal/zipmerge/test-files/footers.jar
Normal file
Binary file not shown.
BIN
misc/bazel/internal/zipmerge/test-files/no-footers.jar
Normal file
BIN
misc/bazel/internal/zipmerge/test-files/no-footers.jar
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user