Show
Ignore:
Timestamp:
04/20/06 11:13:01 (3 years ago)
Author:
jordi
Message:

Divided the pageZoom function from the MainPter? test to ZoomInAndOut?, ZoomWidth? and ZoomFit?, because I'm planning to make ZoomToWith? and ZoomToHeigh? toggle action that deserved separate test cases.

Also added the ZoomToFit? and ZoomToWidth? options to the configuration class. Also the test case was added.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/ConfigTest.h

    r96 r98  
    2929        CPPUNIT_TEST (windowValues); 
    3030        CPPUNIT_TEST (currentFolder); 
     31        CPPUNIT_TEST (zoomValues); 
    3132        CPPUNIT_TEST_SUITE_END (); 
    3233 
     
    3839            void windowValues (void); 
    3940            void currentFolder (void); 
     41            void zoomValues (void); 
    4042    }; 
    4143}