actually canonicalize

This commit is contained in:
Art O Cathain
2014-07-06 15:05:20 +01:00
parent 80e09bd05e
commit 22108cf4e2
2 changed files with 11 additions and 5 deletions

View File

@@ -16,11 +16,8 @@ public class UncachedKeyringTest {
@Test
public void testVerifySuccess() throws Exception {
UncachedKeyRing expectedKeyRing = KeyringBuilder.ring2();
// Uncomment to prove it's working - the createdDate will then be different
// Thread.sleep(1500);
UncachedKeyRing inputKeyRing = KeyringBuilder.ring1();
new UncachedKeyringTestingHelper().doTestCanonicalize(
inputKeyRing, expectedKeyRing);
new UncachedKeyringTestingHelper().doTestCanonicalize(inputKeyRing, expectedKeyRing);
}
/**