Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: tests/gclient_scm_test.py

Issue 14583004: Don't delete directories that have been superseded by a broader checkout. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« gclient.py ('K') | « gclient_scm.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gclient_scm_test.py
diff --git a/tests/gclient_scm_test.py b/tests/gclient_scm_test.py
index 3640a3e25a6b723b80ca31d4c9feb1a823596339..2645de0cc54cb4791a2fe9ebb59bf7cfbfa04d0b 100755
--- a/tests/gclient_scm_test.py
+++ b/tests/gclient_scm_test.py
@@ -102,6 +102,7 @@ class SVNWrapperTestCase(BaseTestCase):
members = [
'BinaryExists',
'FullUrlForRelativeUrl',
+ 'GetCheckoutRoot',
'GetRevisionDate',
'GetUsableRev',
'RunCommand',
@@ -788,6 +789,7 @@ class ManagedGitWrapperTestCase(BaseGitWrapperTestCase):
members = [
'BinaryExists',
'FullUrlForRelativeUrl',
+ 'GetCheckoutRoot',
'GetRevisionDate',
'GetUsableRev',
'RunCommand',
« gclient.py ('K') | « gclient_scm.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698