--- trunk/test/utils/NextCombinationTestCase.hpp 2004/10/28 15:15:44 174 +++ branches/development/test/utils/NextCombinationTestCase.hpp 2010/07/09 23:08:25 1465 @@ -2,18 +2,21 @@ #define TEST_NEXTCOMBINATIONTESTCASE_HPP #include +#include "utils/next_combination.hpp" +#include "utils/Utility.hpp" +using namespace OpenMD; -using namespace oopse; - class NextCombinationTestCase : public CPPUNIT_NS::TestFixture { CPPUNIT_TEST_SUITE( NextCombinationTestCase ); CPPUNIT_TEST(testNextCombination); + CPPUNIT_TEST_SUITE_END(); public: void testNextCombination(); + }; -#endif //TEST_NEXTCOMBINATIONTESTCASE_HPP \ No newline at end of file +#endif //TEST_NEXTCOMBINATIONTESTCASE_HPP