Show
Ignore:
Timestamp:
04/20/06 05:48:51 (3 years ago)
Author:
jordi
Message:

It's possible to set the configuration values and to load the configuration from a file. The test suite for the configuration doesn't test loading from a file.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/ConfigTest.h

    r92 r93  
    2727        CPPUNIT_TEST_SUITE (ConfigTest); 
    2828        CPPUNIT_TEST (defaultValues); 
     29        CPPUNIT_TEST (windowValues); 
    2930        CPPUNIT_TEST_SUITE_END (); 
    3031 
     
    3435 
    3536            void defaultValues (void); 
     37            void windowValues (void); 
    3638    }; 
    3739}