Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: test/FilterEngine.cpp

Issue 29340602: Issue 2596 - change adblockplus to adblockpluscore (Closed)
Patch Set: rebase Created April 21, 2016, 11:41 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « libadblockplus.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/FilterEngine.cpp
diff --git a/test/FilterEngine.cpp b/test/FilterEngine.cpp
index fe31e19fad68447e052f9469b7ee2bdcacd7f538..7576382d206662a598cfbf0a13d4bece310ca94a 100644
--- a/test/FilterEngine.cpp
+++ b/test/FilterEngine.cpp
@@ -443,11 +443,11 @@ TEST_F(FilterEngineTest, SetRemoveFilterChangeCallback)
filterEngine->SetFilterChangeCallback(mockFilterChangeCallback);
filterEngine->GetFilter("foo")->AddToList();
- EXPECT_EQ(2, timesCalled);
+ EXPECT_EQ(1, timesCalled);
filterEngine->RemoveFilterChangeCallback();
filterEngine->GetFilter("foo")->RemoveFromList();
- EXPECT_EQ(2, timesCalled);
+ EXPECT_EQ(1, timesCalled);
}
TEST_F(UpdaterTest, SetRemoveUpdateAvailableCallback)
« no previous file with comments | « libadblockplus.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld