| 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 647a880b0e233278fc8ca9b2c3f640f1a49ed8a7..3a58e1b77ce081a22793b93e4b44bd8aa660647a 100644
|
| --- a/appengine/findit/crash/test/fracas_test.py
|
| +++ b/appengine/findit/crash/test/fracas_test.py
|
| @@ -94,6 +94,7 @@ class FracasTest(CrashTestCase):
|
| 'suspected_project': '',
|
| 'suspected_components': [],
|
| 'suspected_cls': [dummy_match_result.ToDict()],
|
| + 'regression_range': ('50.0.1233.0', '50.0.1234.0'),
|
| }
|
| expected_tag = {
|
| 'found_suspects': True,
|
| @@ -113,6 +114,7 @@ class FracasTest(CrashTestCase):
|
| 'suspected_project': '',
|
| 'suspected_components': [],
|
| 'suspected_cls': [],
|
| + 'regression_range': None
|
| }
|
| expected_tag = {
|
| 'found_suspects': False,
|
|
|