Changeset 65 for trunk/tests/PDFDocumentTest.cxx
- Timestamp:
- 04/14/06 16:24:42 (3 years ago)
- Files:
-
- 1 modified
-
trunk/tests/PDFDocumentTest.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/PDFDocumentTest.cxx
r58 r65 194 194 g_ascii_strcasecmp (TEST_DATA_DIR "test_encrypted.pdf", 195 195 m_Document->getFileName ())); 196 CPPUNIT_ASSERT_EQUAL (0, g_ascii_strcasecmp ("testpasswd", 197 m_Document->getPassword ())); 196 198 } 197 199
