ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/test/utils/NextCombinationTestCase.cpp
(Generate patch)

Comparing:
trunk/test/utils/NextCombinationTestCase.cpp (file contents), Revision 186 by tim, Thu Oct 28 21:28:04 2004 UTC vs.
branches/development/test/utils/NextCombinationTestCase.cpp (file contents), Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC

# Line 42 | Line 42 | void NextCombinationTestCase::testNextCombination() {
42      sv.push_back("C");
43      sv.push_back("N");
44  
45 <    while (replaceWildCard(sic, sv, resultString)) {  
45 >    while (replaceWithWildCard(sic, sv, resultString)) {  
46        resultStrings.push_back(resultString);  
47      }
48  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines