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

Unified Diff: tools/android/loading/loading_model_unittest.py

Issue 1633813005: tools/android/loading: Add support for multiple redirects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 11 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 | « tools/android/loading/loading_model.py ('k') | tools/android/loading/request_dependencies_lens.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/loading/loading_model_unittest.py
diff --git a/tools/android/loading/loading_model_unittest.py b/tools/android/loading/loading_model_unittest.py
index 7033cef85a7e81179b75e302dca7c8225e61b783..b866136218e51db078944d4fe006f7af90a0849e 100644
--- a/tools/android/loading/loading_model_unittest.py
+++ b/tools/android/loading/loading_model_unittest.py
@@ -72,7 +72,9 @@ class LoadingModelTestCase(unittest.TestCase):
self.MakeParserRequest(1, 0, 102, 103).ToJsonDict(),
self.MakeParserRequest(2, 0, 102, 103).ToJsonDict(),
self.MakeParserRequest(3, 2, 104, 105).ToJsonDict()],
- 'metadata': { 'duplicates_count' : 0 }},
+ 'metadata': {
+ request_track.RequestTrack._DUPLICATES_KEY: 0,
+ request_track.RequestTrack._INCONSISTENT_INITIATORS_KEY: 0}},
'url': 'foo.com',
'tracing_track': {'events': []},
'page_track': {'events': []},
« no previous file with comments | « tools/android/loading/loading_model.py ('k') | tools/android/loading/request_dependencies_lens.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698