fix method visibility for tests

This commit is contained in:
Vincent Breitmoser
2014-09-28 15:17:09 +02:00
parent 8131daa638
commit c34a159cae
4 changed files with 40 additions and 35 deletions

View File

@@ -370,8 +370,6 @@ public class UncachedKeyringCanonicalizeTest {
@Test public void testSubkeyBindingNoPKB() throws Exception {
UncachedPublicKey pKey = KeyringTestingHelper.getNth(ring.getPublicKeys(), 1);
Assert.assertTrue("second subkey must be able to sign", pKey.canSign());
PGPSignature sig;
subHashedPacketsGen.setKeyFlags(false, KeyFlags.SIGN_DATA);