Changeset 73 for trunk/tests/MainPterTest.cxx
- Timestamp:
- 04/16/06 09:21:47 (3 years ago)
- Files:
-
- 1 modified
-
trunk/tests/MainPterTest.cxx (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/MainPterTest.cxx
r67 r73 39 39 40 40 /// 41 /// @brief Cleans up a dter each test.41 /// @brief Cleans up after each test. 42 42 /// 43 43 void … … 53 53 /// @brief Tests the initial status of the main presenter. 54 54 /// 55 /// Initially the presenter hasn't lo eaded a document, yet, so55 /// Initially the presenter hasn't loaded a document, yet, so 56 56 /// the main window's title is 'PDF Viewer', the page selection 57 /// and zoom actions are unsensitivedand the documentView has57 /// and zoom actions are insensitive and the documentView has 58 58 /// no image yet. Also the side bar won't be displayed, yet. 59 59 /// … … 322 322 CPPUNIT_ASSERT (m_View->isSensitiveGoToPreviousPage ()); 323 323 CPPUNIT_ASSERT (m_View->hasImagePageView ()); 324 // Going to the last will make some unsensitive.324 // Going to the last will make some insensitive. 325 325 m_MainPter->goToLastPageActivated (); 326 326 CPPUNIT_ASSERT_EQUAL (4, m_View->getCurrentPage ()); … … 376 376 /// 377 377 /// The application has a text entry that the user can use to to a 378 /// page just by writ ting the number. Any non number after the first number378 /// page just by writing the number. Any non number after the first number 379 379 /// character will be discarded. 380 380 /// … … 484 484 /// The DumbDocument has a fixed size of 100x250 pixels and the DumbMainView 485 485 /// has a fixed pageView of 75x50. We will make sure that getting to the max 486 /// ZoomIn unsensitives the ZoomIn button. The same for the ZoomOut.486 /// ZoomIn insensitives the ZoomIn button. The same for the ZoomOut. 487 487 /// 488 488 /// Then will test Zoom Fit and Zoom Width with two different rotations.
