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

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: 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
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..233eeaac503bb86dc9431a128bf18be8e7b4aa02 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

Powered by Google App Engine
This is Rietveld 408576698