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

Unified Diff: test/UpdateCheck.cpp

Issue 5519479341580288: Issue 2437 - Update adblockplus dependency to revision 752ffe2eeaf1 (Closed)
Patch Set: Run ensure_dependencies.py during the build Created May 29, 2015, 7:12 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
« libadblockplus.gyp ('K') | « libadblockplus.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/UpdateCheck.cpp
===================================================================
--- a/test/UpdateCheck.cpp
+++ b/test/UpdateCheck.cpp
@@ -132,7 +132,7 @@
"&applicationVersion=" + appInfo.applicationVersion +
"&platform=" + platform +
"&platformVersion=" + platformVersion +
- "&lastVersion=0";
+ "&lastVersion=0&downloadCount=0";
ASSERT_EQ(expectedUrl, previousRequestUrl);
}
@@ -172,7 +172,7 @@
"&applicationVersion=" + appInfo.applicationVersion +
"&platform=" + platform +
"&platformVersion=" + platformVersion +
- "&lastVersion=0";
+ "&lastVersion=0&downloadCount=0";
ASSERT_EQ(expectedUrl, previousRequestUrl);
}
« libadblockplus.gyp ('K') | « libadblockplus.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld