[xmlsectool] branch main updated: EC provider should be working on all Java 11+ implementations

Ian Young ian at iay.org.uk
Mon Sep 28 17:01:05 UTC 2020


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository xmlsectool.

View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=4e732da8bffabb268736290947b08261bc635761

The following commit(s) were added to refs/heads/main by this push:
       new  4e732da   EC provider should be working on all Java 11+ implementations
4e732da is described below

commit 4e732da8bffabb268736290947b08261bc635761
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Sep 28 18:01:01 2020 +0100

    EC provider should be working on all Java 11+ implementations
    
    Partial removal to verify things are working. If it works out, I will come back and tidy up.
---
 src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java b/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java
index 7377d20..00412a5 100644
--- a/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java
+++ b/src/test/java/net/shibboleth/tool/xmlsectool/XSTJ51Test.java
@@ -41,12 +41,12 @@ public class XSTJ51Test extends BaseTest {
         super(XSTJ51Test.class);
     }
     
-    @BeforeMethod
-    protected void conditionalSkip() {
-        if (!canTestECC()) {
-            throw new SkipException("skipping because we don't have a working ECC provider");
-        }        
-    }
+//    @BeforeMethod
+//    protected void conditionalSkip() {
+//        if (!canTestECC()) {
+//            throw new SkipException("skipping because we don't have a working ECC provider");
+//        }        
+//    }
 
     @Test
     public void xstj51_KeyInfo() throws Exception {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list