Show
Ignore:
Timestamp:
04/11/06 12:21:07 (3 years ago)
Author:
jordi
Message:

Now the tests prove that we can load an encrypted file asking only once for the password :-)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/MainPterTest.h

    r27 r28  
    3232        CPPUNIT_TEST (cancelledPassword); 
    3333        CPPUNIT_TEST (badPassword); 
     34        CPPUNIT_TEST (goodPassword); 
    3435        CPPUNIT_TEST_SUITE_END(); 
    3536 
     
    4445            void cancelledPassword (void); 
    4546            void badPassword (void); 
     47            void goodPassword (void); 
     48 
    4649        private: 
    4750            DumbMainView *m_View;