Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincenzo Innocente committed Jun 7, 2007
1 parent f22dc38 commit 2422f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PerfTools/Callgrind/test/ProfilerServiceTest.cppunit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ void TestProfilerService::check_ExcludedPath() {

std::vector<std::string> allPaths;
allPaths += "p1","p21","p22","p3";
CheckPaths cp(ps,paths,0,true);
CheckPaths cp(ps,expaths,0,true);
CPPUNIT_ASSERT(std::find(expaths.begin(),expaths.end(),allPaths[0]) == expaths.end());
CPPUNIT_ASSERT(std::find(expaths.begin(),expaths.end(),allPaths[1]) != expaths.end());
CPPUNIT_ASSERT(std::find(expaths.begin(),expaths.end(),allPaths[2]) == expaths.end());
Expand Down

0 comments on commit 2422f36

Please sign in to comment.