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

Unified Diff: sitescripts/stats/test/logprocessor.py

Issue 5438786527821824: Issue 527 - Only process notification requests sent by our own extensions (Closed)
Patch Set: Added test case Created May 22, 2014, 8:40 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 | « sitescripts/stats/bin/logprocessor.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/stats/test/logprocessor.py
===================================================================
--- a/sitescripts/stats/test/logprocessor.py
+++ b/sitescripts/stats/test/logprocessor.py
@@ -229,6 +229,18 @@
(
datetime(2013, 07, 31, 12, 03, 00),
"easylist.txt",
+ "addonName=adblockedge&addonVersion=2.1.2&platform=gecko&platformVersion=23.0.1&lastVersion=201206302200",
+ "-",
+ "adblockedge/2.1.2",
+ "unknown/unknown",
+ "gecko/23.0",
+ "1 year(s)",
+ "unknown",
+ "firstInMonth firstInWeek firstInDay",
+ ),
+ (
+ datetime(2013, 07, 31, 12, 03, 00),
+ "easylist.txt",
"_=1375142394357",
"AdBlock/2.5.4",
"chromeadblock/2.5.4",
« no previous file with comments | « sitescripts/stats/bin/logprocessor.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld