We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb26618 commit 705b220Copy full SHA for 705b220
src/test/java/de/sfuhrm/maven/assemblyplugin/AbstractMessageDigestTest.java
@@ -41,7 +41,7 @@ public void getVirtualFilesWithDifferentChecksum() {
41
}
42
43
@Test
44
- public void finalizeArchiveCreationWithNoFiles(@Mocked Archiver archiver) {
+ public void finalizeArchiveCreationWithNoFiles(@Mocked Archiver archiver) throws IOException {
45
List<ArchiveEntry> archiveEntries = Collections.emptyList();
46
47
new Expectations() {{
src/test/java/de/sfuhrm/maven/assemblyplugin/SHA512Test.java
@@ -19,6 +19,6 @@ protected String getChecksumFile() {
19
20
@Override
21
protected MessageDigestContainerDescriptorHandler newInstance() {
22
- return new SHA256();
+ return new SHA512();
23
24
0 commit comments