| Index: tests/git_cl_test.py
|
| diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py
|
| index 694fd80278af8459465d35f007b3a1b0a5dbdfe1..1e70e1b3248b7799772a4d62ede361af043366f3 100755
|
| --- a/tests/git_cl_test.py
|
| +++ b/tests/git_cl_test.py
|
| @@ -210,6 +210,7 @@ class TestGitCl(TestCase):
|
| (('', None), 0)),
|
| ((['git', 'rev-parse', '--show-cdup'],), ''),
|
| ((['git', 'svn', 'info'],), ''),
|
| + ((['git', 'config', 'rietveld.project'],), ''),
|
| ((['git',
|
| 'config', 'branch.master.rietveldissue', '1'],), ''),
|
| ((['git', 'config', 'branch.master.rietveldserver',
|
| @@ -686,6 +687,8 @@ class TestGitCl(TestCase):
|
| 'rietveld.cpplint-regex'],), ''),
|
| ((['git', 'config', '--unset-all',
|
| 'rietveld.cpplint-ignore-regex'],), ''),
|
| + ((['git', 'config', '--unset-all',
|
| + 'rietveld.project'],), ''),
|
| ((['git', 'config', 'gerrit.host',
|
| 'gerrit.chromium.org'],), ''),
|
| # DownloadHooks(False)
|
|
|