| 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 cb2902c4179ccd420044902b16f196a6fb95044a..eaa06bef0b8ed2dc4387c26f1e39aaf36d05e625 100644
|
| --- a/appengine/findit/crash/test/findit_for_chromecrash_test.py
|
| +++ b/appengine/findit/crash/test/findit_for_chromecrash_test.py
|
| @@ -101,6 +101,8 @@ class FinditForChromeCrashTest(CrashTestCase):
|
| }
|
| expected_tag = {
|
| 'found_suspects': True,
|
| + 'found_project': False,
|
| + 'found_components': False,
|
| 'has_regression_range': True,
|
| 'solution': 'core_algorithm',
|
| }
|
| @@ -121,6 +123,8 @@ class FinditForChromeCrashTest(CrashTestCase):
|
| }
|
| expected_tag = {
|
| 'found_suspects': False,
|
| + 'found_project': False,
|
| + 'found_components': False,
|
| 'has_regression_range': False,
|
| 'solution': 'core_algorithm',
|
| }
|
|
|