reta commented on code in PR #1787:
URL: https://github.com/apache/cxf/pull/1787#discussion_r1551520126
##########
services/xkms/xkms-x509-handlers/src/test/java/org/apache/cxf/xkms/x509/validator/TrustedAuthorityValidatorCRLTest.java:
##########
@@ -91,7 +91,7 @@ public void testIsCertChainValid() throws
CertificateException {
validator.isCertificateChainValid(Arrays.asList(certificateRoot)));
Assert.assertTrue("wss40rev should not be valid",
!validator.isCertificateChainValid(Arrays.asList(certificateWss40Rev)));
- Assert.assertTrue("wss40 should be valid",
+ Assert.assertTrue("wss40 should not be valid",
Review Comment:
@sanskruti1098 Please explain this change
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]