| 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 5e705d0bf0c6a65841df191fe018e4652debf2db..4a98137676375fdc4eb1b9f4f8d717d445c680ef 100644
|
| --- a/appengine/findit/crash/test/findit_for_chromecrash_test.py
|
| +++ b/appengine/findit/crash/test/findit_for_chromecrash_test.py
|
| @@ -98,6 +98,8 @@ class FinditForChromeCrashTest(CrashTestCase):
|
| }
|
| expected_tag = {
|
| 'found_suspects': True,
|
| + 'found_project': False,
|
| + 'found_components': False,
|
| 'has_regression_range': True,
|
| 'solution': 'core_algorithm',
|
| }
|
| @@ -118,6 +120,8 @@ class FinditForChromeCrashTest(CrashTestCase):
|
| }
|
| expected_tag = {
|
| 'found_suspects': False,
|
| + 'found_project': False,
|
| + 'found_components': False,
|
| 'has_regression_range': False,
|
| 'solution': 'core_algorithm',
|
| }
|
|
|