use KeyringTestHelper.diffKeyrings method for unit test

Conflicts:
	OpenKeychain/src/test/java/tests/UncachedKeyringTest.java
This commit is contained in:
Vincent Breitmoser
2014-07-07 18:53:41 +02:00
committed by Art O Cathain
parent 83e5a3d341
commit 9971f9ad4c
2 changed files with 19 additions and 1 deletions

View File

@@ -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);
}
}