use KeyringTestHelper.diffKeyrings method for unit test
Conflicts: OpenKeychain/src/test/java/tests/UncachedKeyringTest.java
This commit is contained in:
committed by
Art O Cathain
parent
83e5a3d341
commit
9971f9ad4c
@@ -60,7 +60,7 @@ public class KeyringTestingHelper {
|
||||
}
|
||||
|
||||
public int hashCode() {
|
||||
System.out.println("tag: " + tag + ", code: " + Arrays.hashCode(buf));
|
||||
// System.out.println("tag: " + tag + ", code: " + Arrays.hashCode(buf));
|
||||
return Arrays.hashCode(buf);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user