Show
Ignore:
Timestamp:
04/20/06 02:37:27 (3 years ago)
Author:
jordi
Message:

The PDFDocument now can open files names that are in relative path.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/PDFDocumentTest.h

    r21 r91  
    3131        CPPUNIT_TEST (encryptedFile); 
    3232        CPPUNIT_TEST (validFile); 
     33        CPPUNIT_TEST (relativePath); 
    3334        CPPUNIT_TEST (pageChange); 
    3435        CPPUNIT_TEST (pageRotate); 
     
    4647            void encryptedFile (void); 
    4748            void validFile (void); 
     49            void relativePath (void); 
    4850            void pageChange (void); 
    4951            void pageRotate (void);