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