[java-opensaml] branch main updated: Re-enable a disabled EC test now that we are based on Java 11.
Brent Putman
putmanb at georgetown.edu
Thu Sep 17 23:40:43 UTC 2020
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=270cf8de3687e3d40c04f272676f0760ddcc562c
The following commit(s) were added to refs/heads/main by this push:
new 270cf8de3 Re-enable a disabled EC test now that we are based on Java 11.
270cf8de3 is described below
commit 270cf8de3687e3d40c04f272676f0760ddcc562c
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Thu Sep 17 19:40:42 2020 -0400
Re-enable a disabled EC test now that we are based on Java 11.
---
.../src/test/java/org/opensaml/security/x509/X509SupportTest.java | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/opensaml-security-api/src/test/java/org/opensaml/security/x509/X509SupportTest.java b/opensaml-security-api/src/test/java/org/opensaml/security/x509/X509SupportTest.java
index eb151a2f4..f456e4000 100644
--- a/opensaml-security-api/src/test/java/org/opensaml/security/x509/X509SupportTest.java
+++ b/opensaml-security-api/src/test/java/org/opensaml/security/x509/X509SupportTest.java
@@ -610,11 +610,9 @@ public class X509SupportTest {
/**
* Test decoding and matching EC keypair.
*
- * TODO: enable once OpenJDK7/8 are unneeded.
- *
* @throws Exception if something goes wrong
*/
- @Test(enabled=false)
+ @Test
public void testEC() throws Exception {
InputStream certInS = X509SupportTest.class.getResourceAsStream(certEC);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list