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

Unified Diff: unittests/autoroll_test.py

Issue 2829203002: [autoroller] All commits in updates(), only roll interesting ones. (Closed)
Patch Set: windows fix Created 3 years, 8 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
« no previous file with comments | « recipe_engine/unittests/fetch_test.py ('k') | unittests/repo_test_util.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: unittests/autoroll_test.py
diff --git a/unittests/autoroll_test.py b/unittests/autoroll_test.py
index 95ccc1758486af984651079a293611db4b7c56a8..de59efc7e1140ee9c9e0f482cb4987860f86e21c 100755
--- a/unittests/autoroll_test.py
+++ b/unittests/autoroll_test.py
@@ -91,16 +91,16 @@ class TestAutoroll(repo_test_util.RepoTest):
spec.deps['a'].revision = a_c1['revision']
expected_picked_roll = {
- 'commit_infos': {
- 'a': [
- {
- 'author_email': a_c1['author_email'],
- 'message_lines': a_c1['message_lines'],
- 'revision': a_c1['revision'],
- },
- ],
- },
- 'spec': package_io.dump_obj(spec),
+ 'commit_infos': {
+ 'a': [
+ {
+ 'author_email': a_c1['author_email'],
+ 'message_lines': a_c1['message_lines'],
+ 'revision': a_c1['revision'],
+ },
+ ],
+ },
+ 'spec': package_io.dump_obj(spec),
}
self.assertEqual(expected_picked_roll['commit_infos'],
« no previous file with comments | « recipe_engine/unittests/fetch_test.py ('k') | unittests/repo_test_util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698