--- trunk/test/utils/NextCombinationTestCase.hpp 2004/10/28 15:42:17 175 +++ branches/development/test/utils/NextCombinationTestCase.hpp 2010/07/09 23:08:25 1465 @@ -3,16 +3,19 @@ #include #include "utils/next_combination.hpp" -using namespace oopse; +#include "utils/Utility.hpp" +using namespace OpenMD; class NextCombinationTestCase : public CPPUNIT_NS::TestFixture { CPPUNIT_TEST_SUITE( NextCombinationTestCase ); CPPUNIT_TEST(testNextCombination); + CPPUNIT_TEST_SUITE_END(); public: void testNextCombination(); + };