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/PDFDocumentTest.cxx

    r58 r65  
    194194            g_ascii_strcasecmp (TEST_DATA_DIR "test_encrypted.pdf",  
    195195                                m_Document->getFileName ())); 
     196    CPPUNIT_ASSERT_EQUAL (0, g_ascii_strcasecmp ("testpasswd",  
     197                                                 m_Document->getPassword ())); 
    196198} 
    197199