Browse Source

Merge branch '1.9.x'

master
Stefan Bodewig 7 years ago
parent
commit
5886bd354f
3 changed files with 3 additions and 1 deletions
  1. BIN
      src/etc/testcases/testkeystore.pkcs12
  2. BIN
      src/etc/testcases/testkeystore.pkcs12.gz
  3. +3
    -1
      src/tests/antunit/taskdefs/signjar-test.xml

BIN
src/etc/testcases/testkeystore.pkcs12 View File


BIN
src/etc/testcases/testkeystore.pkcs12.gz View File


+ 3
- 1
src/tests/antunit/taskdefs/signjar-test.xml View File

@@ -25,7 +25,7 @@
<property name="signtest.jar" location="${sign.dir}/signtest.jar" />
<property name="subdirsigntest.jar" location="${subdir}/signtest.jar" />
<property name="testkeystore" location="../../../etc/testcases/testkeystore" />
<property name="testkeystore.pkcs12" location="${testkeystore}.pkcs12" />
<property name="testkeystore.pkcs12" location="${input}/testkeystore.pkcs12" />

<macrodef name="assertSigned">
<attribute name="jar" default="${signtest.jar}" />
@@ -54,6 +54,8 @@
</presetdef>

<target name="setUp">
<mkdir dir="${input}"/>
<gunzip src="${testkeystore}.pkcs12.gz" dest="${testkeystore.pkcs12}"/>
<mkdir dir="${sign.dir}" />
<mkdir dir="${subdir}" />
</target>


Loading…
Cancel
Save