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

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: Rebase onto latest master. Created 7 years, 7 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
« no previous file with comments | « 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 5f5af69b6c1f807de168f7b21b0a374d1ab7b3a2..6cc7927d2f2b4c4910fb4106caec08d7ccc45e4a 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',
@@ -789,6 +790,7 @@ class ManagedGitWrapperTestCase(BaseGitWrapperTestCase):
members = [
'BinaryExists',
'FullUrlForRelativeUrl',
+ 'GetCheckoutRoot',
'GetRevisionDate',
'GetUsableRev',
'RunCommand',
« no previous file with comments | « gclient_scm.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698