mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
create "build" directory - necessary when running in maven directory structure / build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882816 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2bfc11e037
commit
0be6193161
@ -1016,6 +1016,7 @@ public class TestSignatureInfo {
|
||||
final String alias = "Test";
|
||||
final char[] password = "test".toCharArray();
|
||||
File file = new File("build/test.pfx");
|
||||
file.getParentFile().mkdir();
|
||||
|
||||
KeyStore keystore = KeyStore.getInstance("PKCS12");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user