You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2020/10/26 18:25:11 UTC

svn commit: r1882881 - /pdfbox/branches/2.0/examples/src/test/java/org/apache/pdfbox/examples/pdmodel/TestCreateSignature.java

Author: tilman
Date: Mon Oct 26 18:25:11 2020
New Revision: 1882881

URL: http://svn.apache.org/viewvc?rev=1882881&view=rev
Log:
PDFBOX-2776: replace QV_RCA1_RCA3_CPCPS_V4_11.pdf (that had LTV information in signature) with file from Ralf Hauser

Modified:
    pdfbox/branches/2.0/examples/src/test/java/org/apache/pdfbox/examples/pdmodel/TestCreateSignature.java

Modified: pdfbox/branches/2.0/examples/src/test/java/org/apache/pdfbox/examples/pdmodel/TestCreateSignature.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/examples/src/test/java/org/apache/pdfbox/examples/pdmodel/TestCreateSignature.java?rev=1882881&r1=1882880&r2=1882881&view=diff
==============================================================================
--- pdfbox/branches/2.0/examples/src/test/java/org/apache/pdfbox/examples/pdmodel/TestCreateSignature.java (original)
+++ pdfbox/branches/2.0/examples/src/test/java/org/apache/pdfbox/examples/pdmodel/TestCreateSignature.java Mon Oct 26 18:25:11 2020
@@ -804,7 +804,7 @@ public class TestCreateSignature
         {
             return; // runs only once, independent of externallySign
         }
-        File inFile = new File("target/pdfs", "QV_RCA1_RCA3_CPCPS_V4_11.pdf");
+        File inFile = new File("target/pdfs", "notCertified_368835_Sig_en_201026090509.pdf");
         String name = inFile.getName();
         String substring = name.substring(0, name.lastIndexOf('.'));