Show
Ignore:
Timestamp:
04/14/06 16:24:42 (3 years ago)
Author:
jordi
Message:

The Main presenter now can reload encrypted files without bothering the user about password, unless the document's password has been changed. In this case, it will behaviour like opening the file as new.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/MainPterTest.h

    r63 r65  
    3838        CPPUNIT_TEST (pageZoom); 
    3939        CPPUNIT_TEST (reloadNormal); 
     40        CPPUNIT_TEST (reloadEncrypted); 
     41        CPPUNIT_TEST (reloadChangedPassword); 
    4042        CPPUNIT_TEST_SUITE_END(); 
    4143 
     
    5658            void pageZoom (void); 
    5759            void reloadNormal (void); 
     60            void reloadEncrypted (void); 
     61            void reloadChangedPassword (void); 
    5862 
    5963        private: