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

The user can now open an encrypted pdf file, as the presenter will ask for the password three time before to show an error, or until the user gives the cancels out.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/MainPterTest.h

    r26 r27  
    3030        CPPUNIT_TEST (loadCancelled); 
    3131        CPPUNIT_TEST (loadFailed); 
     32        CPPUNIT_TEST (cancelledPassword); 
     33        CPPUNIT_TEST (badPassword); 
    3234        CPPUNIT_TEST_SUITE_END(); 
    3335 
     
    4042            void loadCancelled (void); 
    4143            void loadFailed (void); 
    42  
     44            void cancelledPassword (void); 
     45            void badPassword (void); 
    4346        private: 
    4447            DumbMainView *m_View;