Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(921)

Unified Diff: infra/tools/cq_stats/test/cq_stats_test.expected/TestCQStats.test_fetch_svn_logs.json

Issue 1125653004: Check in cq_stats.py (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: use utc Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: infra/tools/cq_stats/test/cq_stats_test.expected/TestCQStats.test_fetch_svn_logs.json
diff --git a/infra/tools/cq_stats/test/cq_stats_test.expected/TestCQStats.test_fetch_svn_logs.json b/infra/tools/cq_stats/test/cq_stats_test.expected/TestCQStats.test_fetch_svn_logs.json
new file mode 100644
index 0000000000000000000000000000000000000000..b88d9baab74b800f24b1c638b74e4044e76f7f41
--- /dev/null
+++ b/infra/tools/cq_stats/test/cq_stats_test.expected/TestCQStats.test_fetch_svn_logs.json
@@ -0,0 +1,38 @@
+[
+ [
+ {
+ "author": "amikhaylova@google.com",
+ "commit-bot": true,
+ "date": "2014-11-01T20:49:20.468030+00:00",
+ "revprops": {
+ "commit-bot": "commit-bot@chromium.org"
+ }
+ },
+ {
+ "author": "amikhaylova@google.com",
+ "commit-bot": false,
+ "date": "2014-11-01T20:49:20.468030+00:00",
+ "revprops": {
+ "foo": "bar"
+ }
+ },
+ {
+ "author": "amikhaylova@google.com",
+ "commit-bot": false,
+ "date": "2014-11-01T20:49:20.468030+00:00",
+ "revprops": {}
+ }
+ ],
+ {
+ "bot_commits": 0,
+ "bot_committers": 0,
+ "bot_manual_commits": 0,
+ "committers": 1,
+ "cq_commits": 1,
+ "manual_commits": 2,
+ "manual_committers": 1,
+ "manual_only_committers": {},
+ "total_commits": 3,
+ "users": 1
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698