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

Unified Diff: tests/gclient_scm_test.py

Issue 6873110: Add --transitive flag. (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/depot_tools/
Patch Set: '' Created 9 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
Index: tests/gclient_scm_test.py
===================================================================
--- tests/gclient_scm_test.py (revision 82287)
+++ tests/gclient_scm_test.py (working copy)
@@ -82,7 +82,7 @@
def testDir(self):
members = [
- 'FullUrlForRelativeUrl', 'RunCommand',
+ 'FullUrlForRelativeUrl', 'GetDateRevision', 'RunCommand',
'cleanup', 'diff', 'export', 'pack', 'relpath', 'revert',
'revinfo', 'runhooks', 'status', 'update',
'updatesingle', 'url',
@@ -543,7 +543,7 @@
def testDir(self):
members = [
- 'FullUrlForRelativeUrl', 'RunCommand',
+ 'FullUrlForRelativeUrl', 'GetDateRevision', 'RunCommand',
'cleanup', 'diff', 'export', 'pack', 'relpath', 'revert',
'revinfo', 'runhooks', 'status', 'update', 'url',
]

Powered by Google App Engine
This is Rietveld 408576698