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

Unified Diff: appengine/findit/crash/test/results_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/test/fracas_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 10681eaa5c8c663610bc47c97e0bcd49d4042d96..37f7f9bcb7f3ce7667578e89d27367ec89aff8de 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', []), 0)]
}
- expected_result_str = 'Changed file a.cc which crashed in func (#0)'
+ expected_result_str = 'Changed file a.cc crashed in func (#0)'
self.assertEqual(str(result), expected_result_str)
« no previous file with comments | « appengine/findit/crash/test/fracas_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698