--- trunk/test/utils/NextCombinationTestCase.cpp 2004/10/28 21:28:04 186 +++ branches/development/test/utils/NextCombinationTestCase.cpp 2010/07/09 23:08:25 1465 @@ -42,7 +42,7 @@ void NextCombinationTestCase::testNextCombination() { sv.push_back("C"); sv.push_back("N"); - while (replaceWildCard(sic, sv, resultString)) { + while (replaceWithWildCard(sic, sv, resultString)) { resultStrings.push_back(resultString); }