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
This commit is contained in:
parent
4dd2ff6c7c
commit
5af440d517
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user