| 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
|
|
|
|
|