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: Created April 29, 2015, 4:44 p.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
« lib/prefs.js ('K') | « lib/prefs.js ('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";
Felix Dahlke 2015/04/29 16:47:38 New parameter introduced by https://issues.adblock
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);
}
« lib/prefs.js ('K') | « lib/prefs.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld