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

Unified Diff: appengine/findit/crash/test/results_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/test/results_test.py
diff --git a/appengine/findit/crash/test/results_test.py b/appengine/findit/crash/test/results_test.py
index c9058dfc0a318528ebd5e9c9875e520857e96af2..906d23293a27d71c9b19e113a2e179e31819a1e5 100644
--- a/appengine/findit/crash/test/results_test.py
+++ b/appengine/findit/crash/test/results_test.py
@@ -105,7 +105,7 @@ class ResultsTest(CrashTestSuite):
result.file_to_stack_infos = {
'a.cc': [(StackFrame(0, 'src/', 'func', 'a.cc', 'src/a.cc', []), 0)]
}
- expected_result_str = 'Changed file a.cc crashed in func (#0)'
+ expected_result_str = 'Changed file a.cc crashed in frame #0'
self.assertEqual(str(result), expected_result_str)

Powered by Google App Engine
This is Rietveld 408576698