You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/07/02 05:12:19 UTC

svn commit: r1751024 - /poi/trunk/src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java

Author: onealj
Date: Sat Jul  2 05:12:19 2016
New Revision: 1751024

URL: http://svn.apache.org/viewvc?rev=1751024&view=rev
Log:
enable @Ignored unit test that is passing now

Modified:
    poi/trunk/src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java

Modified: poi/trunk/src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java?rev=1751024&r1=1751023&r2=1751024&view=diff
==============================================================================
--- poi/trunk/src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java (original)
+++ poi/trunk/src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java Sat Jul  2 05:12:19 2016
@@ -82,7 +82,6 @@ import org.etsi.uri.x01903.v13.DigestAlg
 import org.etsi.uri.x01903.v13.QualifyingPropertiesType;
 import org.junit.Assume;
 import org.junit.BeforeClass;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.w3.x2000.x09.xmldsig.ReferenceType;
 import org.w3.x2000.x09.xmldsig.SignatureDocument;
@@ -587,7 +586,6 @@ public class TestSignatureInfo {
     }
     
     @Test
-    @Ignore
     public void testMultiSign() throws Exception {
         initKeyPair("KeyA", "CN=KeyA");
         //KeyPair keyPairA = keyPair;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org