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

Unified Diff: tests/gcl_unittest.py

Issue 115612: Move the changelist files into a subdirectory for cached files implementation. (Closed)
Patch Set: Created 11 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 | « gcl.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gcl_unittest.py
diff --git a/tests/gcl_unittest.py b/tests/gcl_unittest.py
index 0ce088fed4b7a111823e8e404b717b1a61b72ef5..b01dbf9885b4c40804b8f17d3efaf7919bbbaeb0 100755
--- a/tests/gcl_unittest.py
+++ b/tests/gcl_unittest.py
@@ -54,7 +54,8 @@ class GclUnittest(GclTestsBase):
members = [
'CODEREVIEW_SETTINGS', 'CODEREVIEW_SETTINGS_FILE', 'CPP_EXTENSIONS',
'Change', 'ChangeInfo', 'Changes', 'Commit', 'DoPresubmitChecks',
- 'ErrorExit', 'GenerateChangeName', 'GenerateDiff', 'GetCLs',
+ 'ErrorExit', 'GenerateChangeName', 'GenerateDiff', 'GetChangesDir',
+ 'GetCLs',
'GetChangelistInfoFile', 'GetCodeReviewSetting', 'GetEditor',
'GetFilesNotInCL', 'GetInfoDir', 'GetIssueDescription',
'GetModifiedFiles', 'GetRepositoryRoot',
@@ -63,10 +64,10 @@ class GclUnittest(GclTestsBase):
'MISSING_TEST_MSG', 'Opened', 'PresubmitCL', 'ReadFile',
'RunShell',
'RunShellWithReturnCode', 'SEPARATOR', 'SendToRietveld', 'TryChange',
- 'UnknownFiles', 'UploadCL', 'Warn', 'WriteFile', 'gclient',
- 'gcl_info_dir', 'getpass', 'main', 'os', 'random', 're', 'read_gcl_info',
- 'repository_root', 'string', 'subprocess', 'sys', 'tempfile', 'upload',
- 'urllib2', 'xml',
+ 'UnknownFiles', 'UploadCL', 'Warn', 'WriteFile',
+ 'gclient', 'getpass', 'main', 'os', 'random', 're', 'read_gcl_info',
+ 'repository_root', 'shutil', 'string', 'subprocess', 'sys', 'tempfile',
+ 'upload', 'urllib2', 'xml',
]
# If this test fails, you should add the relevant test.
self.compareMembers(gcl, members)
« no previous file with comments | « gcl.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698