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

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: Address comments. 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 dc85878610e6287210bb494c32827066ce45d03a..b70bd66567c52be959929d5003fc652732116839 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