jgoodyear commented on code in PR #1787:
URL: https://github.com/apache/cxf/pull/1787#discussion_r1551525934


##########
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:
   May I ask which JDK for PPCLE64 are you building with? 
   IIRC RedHat openjdk 17 had a build issue with x509 test case... Temurin on 
PPC64LE builds clean. 



-- 
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]

Reply via email to