| Index: tests/gclient_scm_test.py
|
| diff --git a/tests/gclient_scm_test.py b/tests/gclient_scm_test.py
|
| index 829227045d0974b10e9082218e08d8aade023019..9794b51a77910ab48182cabd5f6adad2f6d25c1e 100755
|
| --- a/tests/gclient_scm_test.py
|
| +++ b/tests/gclient_scm_test.py
|
| @@ -173,6 +173,7 @@ class SVNWrapperTestCase(BaseTestCase):
|
| print(file_path)
|
| gclient_scm.os.path.exists(file_path).AndReturn(True)
|
| gclient_scm.os.path.isfile(file_path).AndReturn(False)
|
| + gclient_scm.os.path.islink(file_path).AndReturn(False)
|
| gclient_scm.os.path.isdir(file_path).AndReturn(True)
|
| gclient_scm.gclient_utils.RemoveDirectory(file_path)
|
| file_list1 = []
|
|
|