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

Unified Diff: tests/gclient_scm_test.py

Issue 878001: Extract git version check code from gclient_scm.py into scm.py where it belongs. (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
« no previous file with comments | « scm.py ('k') | tests/scm_unittest.py » ('j') | 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 634ad9810ad0e2230b8b698bd688129f473955d2..11033424bb86bf8425f01029f39ed7c26dea5157 100755
--- a/tests/gclient_scm_test.py
+++ b/tests/gclient_scm_test.py
@@ -379,7 +379,8 @@ from :3
def testDir(self):
members = [
- 'COMMAND', 'Capture', 'CaptureStatus', 'FetchUpstreamTuple',
+ 'COMMAND', 'AssertVersion', 'Capture', 'CaptureStatus',
+ 'FetchUpstreamTuple',
'FullUrlForRelativeUrl', 'GenerateDiff', 'GetBranch', 'GetBranchRef',
'GetCheckoutRoot', 'GetDifferentFiles', 'GetEmail', 'GetPatchName',
'GetSVNBranch', 'GetUpstream', 'IsGitSvn', 'RunAndFilterOutput',
« no previous file with comments | « scm.py ('k') | tests/scm_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698