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

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

Issue 2067373002: [Findit] Add fracas analysis result feedback page for manual triage. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@only-dashboard
Patch Set: Fix bugs. Created 4 years, 6 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: 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 6c614a25ee9f555399f02eb6fb4f1a194922b01b..b36621ac6061fa6e7dfcc6f6c1947bf7d65ef39e 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) Modified top crashing frame is #0\n'
'(2) Modification distance (LOC) is 0\n\n'
- 'Changed file a.cc crashed in func (#0)'))
+ 'Changed file a.cc crashed in frame #0'))

Powered by Google App Engine
This is Rietveld 408576698