Changeset 91 for trunk/tests/PDFDocumentTest.h
- Timestamp:
- 04/20/06 02:37:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/tests/PDFDocumentTest.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/PDFDocumentTest.h
r21 r91 31 31 CPPUNIT_TEST (encryptedFile); 32 32 CPPUNIT_TEST (validFile); 33 CPPUNIT_TEST (relativePath); 33 34 CPPUNIT_TEST (pageChange); 34 35 CPPUNIT_TEST (pageRotate); … … 46 47 void encryptedFile (void); 47 48 void validFile (void); 49 void relativePath (void); 48 50 void pageChange (void); 49 51 void pageRotate (void);
