You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by Lucas Wiman <lu...@gmail.com> on 2014/07/28 03:59:43 UTC

Where can I find the FDF test pdf files?

I'm working on an issue with a similar manifestation to the following:
http://mail-archives.apache.org/mod_mbox/pdfbox-users/201109.mbox/%3C33290477.366989.1315915043568.JavaMail.www@wwinf8302%3E
https://issues.apache.org/jira/browse/PDFBOX-1550

I started work on adding a test case to the TestFDF test, and saw the
following files referenced in the header of the class:
target/test-input-ext/fdeb.pdf
target/test-input-ext/pdf_with_lots_of_fields.pdf
target/test-input-ext/FreedomExpressions.pdf

As far as I can tell, these tests are executed when I run "mvn test", but
all the actual test cases start with an if statement that makes them
no-ops, since the PDF files don't seem to be included in the svn repository:
~/opensource/pdfbox/trunk $ find . -iname 'fdeb.pdf'
~/opensource/pdfbox/trunk $

Where can I find these test files? Do they still exist?

Thanks very much,
Lucas Wiman

Re: Where can I find the FDF test pdf files?

Posted by Tilman Hausherr <TH...@t-online.de>.
https://svn.apache.org/repos/asf/pdfbox/branches/before-maven-layout/test/input/


Am 28.07.2014 03:59, schrieb Lucas Wiman:
> I'm working on an issue with a similar manifestation to the following:
> http://mail-archives.apache.org/mod_mbox/pdfbox-users/201109.mbox/%3C33290477.366989.1315915043568.JavaMail.www@wwinf8302%3E
> https://issues.apache.org/jira/browse/PDFBOX-1550
>
> I started work on adding a test case to the TestFDF test, and saw the
> following files referenced in the header of the class:
> target/test-input-ext/fdeb.pdf
> target/test-input-ext/pdf_with_lots_of_fields.pdf
> target/test-input-ext/FreedomExpressions.pdf
>
> As far as I can tell, these tests are executed when I run "mvn test", but
> all the actual test cases start with an if statement that makes them
> no-ops, since the PDF files don't seem to be included in the svn repository:
> ~/opensource/pdfbox/trunk $ find . -iname 'fdeb.pdf'
> ~/opensource/pdfbox/trunk $
>
> Where can I find these test files? Do they still exist?
>
> Thanks very much,
> Lucas Wiman
>