--- trunk/test/utils/PropertyMapTestCase.hpp 2004/10/20 21:38:17 127 +++ branches/development/test/utils/PropertyMapTestCase.hpp 2010/07/09 23:08:25 1465 @@ -2,12 +2,12 @@ #define TEST_PROPERTYMAPTESTCASE_HPP #include -#include "utils/GenericFactory.hpp" +#include "utils/PropertyMap.hpp" -using namespace oopse; +using namespace OpenMD; class PropertyMapTestCase : public CPPUNIT_NS::TestFixture { - CPPUNIT_TEST_SUITE( GenericFactoryTestCase ); + CPPUNIT_TEST_SUITE( PropertyMapTestCase ); CPPUNIT_TEST(testPropertyMap); CPPUNIT_TEST_SUITE_END();