use KeyringTestHelper.diffKeyrings method for unit test
This commit is contained in:
@@ -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