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

Unified Diff: tests/scm_unittest.py

Issue 8227036: Reapply r104938 "Make svn update not prompt during a sync." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 years, 2 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 | « tests/gclient_scm_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/scm_unittest.py
diff --git a/tests/scm_unittest.py b/tests/scm_unittest.py
index 6b4faf3587b13ca1fb6038a76210d33367ba1821..7564678ecb5ca86c32202bc9a29575b47966d167 100755
--- a/tests/scm_unittest.py
+++ b/tests/scm_unittest.py
@@ -45,8 +45,8 @@ class RootTestCase(BaseSCMTestCase):
members = [
'ElementTree', 'GetCasedPath', 'GenFakeDiff', 'GIT', 'SVN',
'ValidateEmail',
- 'cStringIO', 'determine_scm', 'gclient_utils', 'glob', 'logging', 'os',
- 're', 'subprocess2', 'sys', 'tempfile', 'time',
+ 'cStringIO', 'determine_scm', 'gclient_utils', 'glob', 'logging',
+ 'only_int', 'os', 're', 'subprocess2', 'sys', 'tempfile', 'time',
]
# If this test fails, you should add the relevant test.
self.compareMembers(scm, members)
@@ -60,6 +60,7 @@ class GitWrapperTestCase(BaseSCMTestCase):
'GenerateDiff', 'GetBranch', 'GetBranchRef', 'GetCheckoutRoot',
'GetDifferentFiles', 'GetEmail', 'GetPatchName', 'GetSVNBranch',
'GetUpstreamBranch', 'IsGitSvn', 'MatchSvnGlob', 'ShortBranchName',
+ 'current_version',
]
# If this test fails, you should add the relevant test.
self.compareMembers(scm.GIT, members)
« no previous file with comments | « tests/gclient_scm_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698