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

Unified Diff: appengine/findit/crash/scorers/test/aggregator_test.py

Issue 1950123003: [Findit] Fetch DEPS from buildspec/ instead of trunk for chrome official builds. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Update doc string. Created 4 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
« no previous file with comments | « appengine/findit/crash/results.py ('k') | appengine/findit/crash/stacktrace_parser.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash/scorers/test/aggregator_test.py
diff --git a/appengine/findit/crash/scorers/test/aggregator_test.py b/appengine/findit/crash/scorers/test/aggregator_test.py
index 1d80bc1b3238944ada7cd325f6a41357df2caf77..dc85878610e6287210bb494c32827066ce45d03a 100644
--- a/appengine/findit/crash/scorers/test/aggregator_test.py
+++ b/appengine/findit/crash/scorers/test/aggregator_test.py
@@ -26,4 +26,4 @@ class AggregatorTest(ScorerTestSuite):
self.assertEqual(result.reason,
('1. Top frame changed is frame #0 (score: 1)\n'
'2. Minimum distance to crashed line is 0 (score: 1)\n'
- '\nChanged file a.cc which crashed in func (#0)'))
+ '\nChanged file a.cc crashed in func (#0)'))
« no previous file with comments | « appengine/findit/crash/results.py ('k') | appengine/findit/crash/stacktrace_parser.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698