--- trunk/OOPSE-3.0/test/utils/NextCombinationTestCase.cpp 2004/10/28 15:15:44 1667 +++ trunk/OOPSE-3.0/test/utils/NextCombinationTestCase.cpp 2004/10/28 15:42:17 1668 @@ -1,16 +1,15 @@ #include "utils/NextCombinationTestCase.hpp" #include #include -#include "utils/next_combination.hpp" + // Registers the fixture into the 'registry' CPPUNIT_TEST_SUITE_REGISTRATION( NextCombinationTestCase); - void NextCombinationTestCase::testNextCombination() { std::vector dv; std::vector::iterator> ic; - while (next_combination(ic, dv.begin(), dv.end()) { + while (next_combination(ic, dv.begin(), dv.end())) { } -} \ No newline at end of file +}