--- trunk/test/utils/PropertyMapTestCase.hpp 2004/10/20 21:38:17 127 +++ trunk/test/utils/PropertyMapTestCase.hpp 2004/10/20 22:54:30 129 @@ -2,12 +2,12 @@ #define TEST_PROPERTYMAPTESTCASE_HPP #include -#include "utils/GenericFactory.hpp" +#include "utils/PropertyMap.hpp" using namespace oopse; class PropertyMapTestCase : public CPPUNIT_NS::TestFixture { - CPPUNIT_TEST_SUITE( GenericFactoryTestCase ); + CPPUNIT_TEST_SUITE( PropertyMapTestCase ); CPPUNIT_TEST(testPropertyMap); CPPUNIT_TEST_SUITE_END();