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

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

Issue 1914113002: [Findit] Enable project classifier and component classifier (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase 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/test/callstack_filters_test.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 6e03c6f8310eb16cfc992954ade71f57ab8dc59f..6c614a25ee9f555399f02eb6fb4f1a194922b01b 100644
--- a/appengine/findit/crash/scorers/test/aggregator_test.py
+++ b/appengine/findit/crash/scorers/test/aggregator_test.py
@@ -15,7 +15,7 @@ class AggregatorTest(ScorerTestSuite):
def testScoreAndReason(self):
result = MatchResult(self._GetDummyChangeLog(), 'src/', '')
result.file_to_stack_infos = {
- 'a.cc': [(StackFrame(0, 'src/', '', 'func', 'a.cc', [7]), 0)]
+ 'a.cc': [(StackFrame(0, 'src/', 'func', 'a.cc', 'src/a.cc', [7]), 0)]
}
result.min_distance = 0
« no previous file with comments | « appengine/findit/crash/results.py ('k') | appengine/findit/crash/test/callstack_filters_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698