Show
Ignore:
Timestamp:
06/10/06 05:34:50 (2 years ago)
Author:
jordi
Message:

I've added the missing pure virtual function from last week and also added a new test function for the Config class to test the last saved folder option.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/ConfigTest.h

    r193 r205  
    3030        CPPUNIT_TEST (showToolbar); 
    3131        CPPUNIT_TEST (showStatusbar); 
    32         CPPUNIT_TEST (currentFolder); 
     32        CPPUNIT_TEST (openCurrentFolder); 
     33        CPPUNIT_TEST (saveCurrentFolder); 
    3334        CPPUNIT_TEST (zoomValues); 
    3435        CPPUNIT_TEST (externalBrowser); 
     
    4344            void showToolbar (void); 
    4445            void showStatusbar (void); 
    45             void currentFolder (void); 
     46            void openCurrentFolder (void); 
     47            void saveCurrentFolder (void); 
    4648            void zoomValues (void); 
    4749            void externalBrowser (void);