Changeset 22 for trunk/tests/PDFDocumentTest.cxx
- Timestamp:
- 04/11/06 09:02:28 (3 years ago)
- Files:
-
- 1 modified
-
trunk/tests/PDFDocumentTest.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/PDFDocumentTest.cxx
r21 r22 70 70 g_ascii_strcasecmp ("", m_Document->getFormat ())); 71 71 CPPUNIT_ASSERT_EQUAL (0, 72 g_ascii_strcasecmp (" ", m_Document->getLinearized ()));72 g_ascii_strcasecmp ("No", m_Document->getLinearized ())); 73 73 CPPUNIT_ASSERT_EQUAL (0, 74 74 g_ascii_strcasecmp ("", m_Document->getCreationDate ()));
