Show
Ignore:
Timestamp:
04/20/06 09:41:29 (3 years ago)
Author:
jordi
Message:

The configuration class can now hold the last used directory to open a file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/ConfigTest.h

    r93 r96  
    2828        CPPUNIT_TEST (defaultValues); 
    2929        CPPUNIT_TEST (windowValues); 
     30        CPPUNIT_TEST (currentFolder); 
    3031        CPPUNIT_TEST_SUITE_END (); 
    3132 
     
    3637            void defaultValues (void); 
    3738            void windowValues (void); 
     39            void currentFolder (void); 
    3840    }; 
    3941}