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
