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

Unified Diff: tests/gclient_scm_test.py

Issue 874002: Stop SVNWrapper and GitWrapper from inheriting from scm.SVN and scm.GIT. (Closed)
Patch Set: Created 10 years, 9 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') | « 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 11033424bb86bf8425f01029f39ed7c26dea5157..9771dc55be03b4a2e60ddcb354d9f81f4f8e9a1e 100755
--- a/tests/gclient_scm_test.py
+++ b/tests/gclient_scm_test.py
@@ -58,11 +58,8 @@ class SVNWrapperTestCase(BaseTestCase):
def testDir(self):
members = [
- 'COMMAND', 'Capture', 'CaptureHeadRevision', 'CaptureInfo',
- 'CaptureStatus', 'DiffItem', 'GenerateDiff', 'GetCheckoutRoot',
- 'GetEmail', 'GetFileProperty', 'FullUrlForRelativeUrl', 'IsMoved',
- 'ReadSimpleAuth', 'Run', 'RunAndFilterOutput', 'RunAndGetFileList',
- 'RunCommand', 'cleanup', 'diff', 'export', 'pack', 'relpath', 'revert',
+ 'FullUrlForRelativeUrl', 'RunCommand',
+ 'cleanup', 'diff', 'export', 'pack', 'relpath', 'revert',
'revinfo', 'runhooks', 'scm_name', 'status', 'update', 'url',
]
@@ -379,12 +376,7 @@ from :3
def testDir(self):
members = [
- 'COMMAND', 'AssertVersion', 'Capture', 'CaptureStatus',
- 'FetchUpstreamTuple',
- 'FullUrlForRelativeUrl', 'GenerateDiff', 'GetBranch', 'GetBranchRef',
- 'GetCheckoutRoot', 'GetDifferentFiles', 'GetEmail', 'GetPatchName',
- 'GetSVNBranch', 'GetUpstream', 'IsGitSvn', 'RunAndFilterOutput',
- 'ShortBranchName', 'RunCommand',
+ 'FullUrlForRelativeUrl', 'RunCommand',
'cleanup', 'diff', 'export', 'pack', 'relpath', 'revert',
'revinfo', 'runhooks', 'scm_name', 'status', 'update', 'url',
]
« gclient.py ('K') | « scm.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698