Changeset 227 for trunk/tests/MainPterTest.cxx
- Timestamp:
- 06/12/06 16:40:59 (2 years ago)
- Files:
-
- 1 modified
-
trunk/tests/MainPterTest.cxx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/MainPterTest.cxx
r212 r227 454 454 m_MainPter->openFileActivated (); 455 455 m_MainPter->waitForFileLoaded (); 456 // Check that sets the correct number of pages and the current page. 457 CPPUNIT_ASSERT_EQUAL (4, m_View->getTotalPages ()); 456 // Check that sets the correct current page. 458 457 CPPUNIT_ASSERT_EQUAL (1, m_View->getCurrentPage ()); 459 458 // Going to the next page should make all actions sensitive. … … 523 522 m_MainPter->openFileActivated (); 524 523 m_MainPter->waitForFileLoaded (); 525 // Check that sets the correct number of pages and the current page. 526 CPPUNIT_ASSERT_EQUAL (4, m_View->getTotalPages ()); 524 // Check that sets the correct current page. 527 525 CPPUNIT_ASSERT_EQUAL (1, m_View->getCurrentPage ()); 528 526
