| Index: appengine/findit/crash/test/fracas_test.py
|
| diff --git a/appengine/findit/crash/test/fracas_test.py b/appengine/findit/crash/test/fracas_test.py
|
| index 8a2e624717b7e9f8a72f52d5efc39bb9b895711a..a9e6ad65c9798505355718d4ba1afeb2a0d91bf1 100644
|
| --- a/appengine/findit/crash/test/fracas_test.py
|
| +++ b/appengine/findit/crash/test/fracas_test.py
|
| @@ -93,6 +93,7 @@ class FracasTest(CrashTestCase):
|
| 'suspected_project': '',
|
| 'suspected_components': [],
|
| 'suspected_cls': ['DummyResultObject'],
|
| + 'regression_range': ('50.0.1233.0', '50.0.1234.0')
|
| }
|
| expected_tag = {
|
| 'found_suspects': True,
|
| @@ -112,6 +113,7 @@ class FracasTest(CrashTestCase):
|
| 'suspected_project': '',
|
| 'suspected_components': [],
|
| 'suspected_cls': [],
|
| + 'regression_range': None
|
| }
|
| expected_tag = {
|
| 'found_suspects': False,
|
|
|