use KeyringTestHelper.diffKeyrings method for unit test

This commit is contained in:
Vincent Breitmoser
2014-07-07 19:02:57 +02:00
parent 23524af81d
commit 9320d2d8a2
2 changed files with 19 additions and 2 deletions
@@ -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);
}
}