Chromium Code Reviews| Index: tests/scm_unittest.py |
| diff --git a/tests/scm_unittest.py b/tests/scm_unittest.py |
| index 3282e6aeb0205015bbbe01d3534f22faa2353ec4..4e97c73eebea7d4f78ebf987725372bb7ac2ddb0 100755 |
| --- a/tests/scm_unittest.py |
| +++ b/tests/scm_unittest.py |
| @@ -73,6 +73,7 @@ class RootTestCase(BaseSCMTestCase): |
| class GitWrapperTestCase(BaseSCMTestCase): |
| def testMembersChanged(self): |
| members = [ |
| + 'ApplyEnvVars', |
| 'AssertVersion', |
| 'Capture', |
| 'CaptureStatus', |