Skip to content

Commit 84288db

Browse files
committed
added back signature check
1 parent 08e3fbe commit 84288db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pg/src/test/java/org/bouncycastle/openpgp/test/OperatorBcTest.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -465,10 +465,10 @@ private void keyringTest(String algorithmName1, String ed_str, int ed_num, Strin
465465
count++;
466466
sig.init(new JcaPGPContentVerifierBuilderProvider().setProvider("BC"), vKey);
467467
// TODO: appears to be failing on CI system
468-
// if (!sig.verifyCertification(vKey, sKey))
469-
// {
470-
// fail("failed to verify sub-key signature.");
471-
// }
468+
if (!sig.verifyCertification(vKey, sKey))
469+
{
470+
fail("failed to verify sub-key signature.");
471+
}
472472
}
473473
}
474474

0 commit comments

Comments
 (0)