[java-metadata-aggregator] branch main updated: Remove debug print
Ian Young
ian at iay.org.uk
Tue Oct 18 14:03:15 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=c1dbfa980d4b49afc75a237d1c8a7d7d3be98722
The following commit(s) were added to refs/heads/main by this push:
new c1dbfa9 Remove debug print
c1dbfa9 is described below
commit c1dbfa980d4b49afc75a237d1c8a7d7d3be98722
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Oct 18 15:03:13 2022 +0100
Remove debug print
---
.../java/net/shibboleth/metadata/dom/ds/X509ValidationStageTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/mda-framework/src/test/java/net/shibboleth/metadata/dom/ds/X509ValidationStageTest.java b/mda-framework/src/test/java/net/shibboleth/metadata/dom/ds/X509ValidationStageTest.java
index 65084f0..799fab0 100644
--- a/mda-framework/src/test/java/net/shibboleth/metadata/dom/ds/X509ValidationStageTest.java
+++ b/mda-framework/src/test/java/net/shibboleth/metadata/dom/ds/X509ValidationStageTest.java
@@ -160,7 +160,6 @@ public class X509ValidationStageTest extends BaseDOMTest {
// We do NOT want to see the generic message, but the specific one
// thrown by CertificateFactory. Allow some latitude in verifying this.
- System.out.println(message);
Assert.assertTrue(message.toLowerCase().contains("empty issuer dn"));
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list