Changeset 133

Show
Ignore:
Timestamp:
04/29/06 10:10:59 (2 years ago)
Author:
jordi
Message:

Added the ShowIndex? and ShowToolAndStatusBar? tests as they are not modified at all.

Location:
trunk/tests
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/MainPterTest.cxx

    r132 r133  
    866866    CPPUNIT_ASSERT_EQUAL (1, m_View->countTimesShownPasswordPrompt ()); 
    867867} 
    868  
     868*/ 
    869869/// 
    870870/// @brief Checks that the index is shown when a document has outline. 
     
    933933    CPPUNIT_ASSERT (m_View->isShownStatusbar ()); 
    934934} 
    935 */ 
     935 
  • trunk/tests/MainPterTest.h

    r132 r133  
    4343        CPPUNIT_TEST (reloadNormal); 
    4444        CPPUNIT_TEST (reloadEncrypted); 
    45         CPPUNIT_TEST (reloadChangedPassword); 
     45        CPPUNIT_TEST (reloadChangedPassword);*/ 
    4646        CPPUNIT_TEST (showIndex); 
    47         CPPUNIT_TEST (showToolAndStatusBars);*/ 
     47        CPPUNIT_TEST (showToolAndStatusBars); 
    4848        CPPUNIT_TEST_SUITE_END(); 
    4949