Show
Ignore:
Timestamp:
04/14/06 14:36:57 (3 years ago)
Author:
jordi
Message:

The presenter now can reload a document. To do so I had to add the setters for IDocument's zoom and rotation (they should've been from the start, but...)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/MainPterTest.h

    r54 r63  
    3737        CPPUNIT_TEST (pageRotate); 
    3838        CPPUNIT_TEST (pageZoom); 
     39        CPPUNIT_TEST (reloadNormal); 
    3940        CPPUNIT_TEST_SUITE_END(); 
    4041 
     
    5455            void pageRotate (void); 
    5556            void pageZoom (void); 
     57            void reloadNormal (void); 
    5658 
    5759        private: