Skip to content

Commit

Permalink
Take into account kimmov's review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
simartin committed Sep 17, 2011
1 parent 21a4999 commit ba2591b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testcmdlineparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class TestCmdlineParser : public TestFixture
TEST_CASE(jobs);
TEST_CASE(jobsMissingCount);
TEST_CASE(jobsInvalid);
TEST_CASE(reportprogress);
TEST_CASE(reportProgressTest); // "Test" suffix to avoid hiding the parent's reportProgress
TEST_CASE(stdposix);
TEST_CASE(suppressionsOld); // TODO: Create and test real suppression file
TEST_CASE(suppressions);
Expand Down Expand Up @@ -570,7 +570,7 @@ class TestCmdlineParser : public TestFixture
ASSERT_EQUALS(false, parser.ParseFromArgs(4, argv));
}

void reportprogress()
void reportProgressTest()
{
REDIRECT;
const char *argv[] = {"cppcheck", "--report-progress", "file.cpp"};
Expand Down

0 comments on commit ba2591b

Please sign in to comment.