]> source.dussan.org Git - poi.git/commitdiff
create "build" directory - necessary when running in maven directory structure /...
authorAndreas Beeker <kiwiwings@apache.org>
Sat, 24 Oct 2020 19:30:37 +0000 (19:30 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sat, 24 Oct 2020 19:30:37 +0000 (19:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882816 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/testcases/org/apache/poi/poifs/crypt/dsig/TestSignatureInfo.java

index 94fbf72fed435f6f0cab9c0e06203aafd4d32e4b..8b7242d6ef88097ff41b0f9a665c13963ce0e362 100644 (file)
@@ -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");