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

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

Issue 29329315: Issue 2983 - Make sure that the new lastVersion format is recognized and exceptions don`t break eve… (Closed)
Patch Set: Created Oct. 21, 2015, 9:53 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
Index: sitescripts/stats/test/logprocessor.py
===================================================================
--- a/sitescripts/stats/test/logprocessor.py
+++ b/sitescripts/stats/test/logprocessor.py
@@ -140,29 +140,29 @@ class Test(unittest.TestCase):
"gecko/23.0",
"unknown",
"unknown",
"firstDownload",
),
(
datetime(2013, 07, 31, 12, 03, 00),
"easylist.txt",
- "addonName=adblockplus&addonVersion=2.3.1&platform=gecko&platformVersion=23.0&lastVersion=201307311200",
+ "addonName=adblockplus&addonVersion=2.3.1&platform=gecko&platformVersion=23.0&lastVersion=201307311200-1/0",
"-",
"adblockplus/2.3.1",
"unknown/unknown",
"gecko/23.0",
"0 hour(s)",
"same day",
"",
),
(
datetime(2013, 07, 31, 12, 03, 00),
"easylist.txt",
- "addonName=adblockplus&addonVersion=2.3.1&platform=gecko&platformVersion=23.0&lastVersion=201307302200",
+ "addonName=adblockplus&addonVersion=2.3.1&platform=gecko&platformVersion=23.0&lastVersion=201307302200-1/3",
"-",
"adblockplus/2.3.1",
"unknown/unknown",
"gecko/23.0",
"14 hour(s)",
"1 day(s)",
"firstInDay",
),
« sitescripts/stats/bin/logprocessor.py ('K') | « sitescripts/stats/bin/logprocessor.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld