aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJaven O'Neal <onealj@apache.org>2016-07-02 05:12:19 +0000
committerJaven O'Neal <onealj@apache.org>2016-07-02 05:12:19 +0000
commit43096c795dda7402b2bb14c9f593ba558a123782 (patch)
tree6f261c12cf5a333b1351876dabf6bdac2299b05e /src
parenteb9a3975e77a5c7b55240abb2d14b1758609c689 (diff)
downloadpoi-43096c795dda7402b2bb14c9f593ba558a123782.tar.gz
poi-43096c795dda7402b2bb14c9f593ba558a123782.zip
enable @Ignored unit test that is passing now
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751024 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java b/src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java
index eb09fa0ad2..77c91cdcae 100644
--- a/src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java
+++ b/src/ooxml/testcases/org/apache/poi/poifs/crypt/TestSignatureInfo.java
@@ -82,7 +82,6 @@ import org.etsi.uri.x01903.v13.DigestAlgAndValueType;
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;