| Index: appengine/findit/crash/test/findit_for_chromecrash_test.py
|
| diff --git a/appengine/findit/crash/test/findit_for_chromecrash_test.py b/appengine/findit/crash/test/findit_for_chromecrash_test.py
|
| index d1d6db54006dd2b98eada937c84b8aa9bc7d43c1..40a43baf1f896be81412083bf53f246833a6dac0 100644
|
| --- a/appengine/findit/crash/test/findit_for_chromecrash_test.py
|
| +++ b/appengine/findit/crash/test/findit_for_chromecrash_test.py
|
| @@ -262,8 +262,6 @@ class FinditForFracasTest(CrashTestCase):
|
|
|
| expected_results = {
|
| 'found': True,
|
| - 'suspected_project': '',
|
| - 'suspected_components': [],
|
| 'suspected_cls': [dummy_match_result.ToDict()],
|
| 'regression_range': dummy_regression_range
|
| }
|
| @@ -286,12 +284,7 @@ class FinditForFracasTest(CrashTestCase):
|
| analysis.crashed_version = '50.0.1234.0'
|
| results, tag = _FinditForChromeCrash().FindCulprit(analysis).ToDicts()
|
|
|
| - expected_results = {
|
| - 'found': False,
|
| - 'suspected_project': '',
|
| - 'suspected_components': [],
|
| - 'suspected_cls': [],
|
| - }
|
| + expected_results = {'found': False}
|
| expected_tag = {
|
| 'found_suspects': False,
|
| 'found_project': False,
|
|
|