Changeset 73 for trunk/tests/PDFDocumentTest.cxx
- Timestamp:
- 04/16/06 09:21:47 (3 years ago)
- Files:
-
- 1 modified
-
trunk/tests/PDFDocumentTest.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/PDFDocumentTest.cxx
r65 r73 307 307 m_Document->goToFirstPage (); 308 308 CPPUNIT_ASSERT_EQUAL (1, m_Document->getCurrentPageNum ()); 309 // Now, let's go to an specific page. If the page is beyo und the309 // Now, let's go to an specific page. If the page is beyond the 310 310 // last page, then the current page will be the last. On the other 311 311 // hand, if the page is less than the first (< 1) then the current … … 349 349 m_Document->goToFirstPage (); 350 350 CPPUNIT_ASSERT_EQUAL (1, m_Document->getCurrentPageNum ()); 351 // Now, let's go to an specific page. If the page is beyo und the351 // Now, let's go to an specific page. If the page is beyond the 352 352 // last page, then the current page will be the last. On the other 353 353 // hand, if the page is less than the first (< 1) then the current
