| Index: tests/presubmit_unittest.py
|
| diff --git a/tests/presubmit_unittest.py b/tests/presubmit_unittest.py
|
| index 2f973bdd0b433552be2f4940f5195054af1494fa..23304f0cfbb2adf57e7f02183dcb076d4646bc7e 100755
|
| --- a/tests/presubmit_unittest.py
|
| +++ b/tests/presubmit_unittest.py
|
| @@ -1773,7 +1773,7 @@ class AffectedFileUnittest(PresubmitTestsBase):
|
| class ChangeUnittest(PresubmitTestsBase):
|
| def testMembersChanged(self):
|
| members = [
|
| - 'AbsoluteLocalPaths', 'AffectedFiles', 'AffectedTextFiles',
|
| + 'AbsoluteLocalPaths', 'AffectedFiles', 'AffectedTextFiles', 'AllFiles',
|
| 'DescriptionText', 'FullDescriptionText', 'LocalPaths', 'Name',
|
| 'RepositoryRoot', 'RightHandSideLines', 'ServerPaths',
|
| 'SetDescriptionText', 'TAG_LINE_RE',
|
| @@ -1885,7 +1885,7 @@ class CannedChecksUnittest(PresubmitTestsBase):
|
| 'RunPythonUnitTests', 'RunPylint',
|
| 'RunUnitTests', 'RunUnitTestsInDirectory',
|
| 'GetPythonUnitTests', 'GetPylint',
|
| - 'GetUnitTests', 'GetUnitTestsInDirectory',
|
| + 'GetUnitTests', 'GetUnitTestsInDirectory', 'GetUnitTestsRecursively',
|
| ]
|
| # If this test fails, you should add the relevant test.
|
| self.compareMembers(presubmit_canned_checks, members)
|
|
|