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

Unified Diff: tests/gclient_utils_test.py

Issue 515037: Add back automatic fallback to svn access when http access fails. (Closed)
Patch Set: Created 11 years 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 | « no previous file | tests/trychange_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gclient_utils_test.py
diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py
index a5b855e802f1bb0c24129bb957971f6c851168e8..5e509ea24b7502d620bac35b4283ac4ae845f664 100644
--- a/tests/gclient_utils_test.py
+++ b/tests/gclient_utils_test.py
@@ -19,8 +19,8 @@ class GclientUtilsUnittest(SuperMoxTestBase):
'FullUrlFromRelative', 'FullUrlFromRelative2', 'GetNamedNodeText',
'GetNodeNamedAttributeText', 'IsUsingGit', 'PathDifference',
'ParseXML', 'PrintableObject', 'RemoveDirectory', 'SplitUrlRevision',
- 'SubprocessCall', 'SubprocessCallAndFilter', 'errno', 'os', 're',
- 'stat', 'subprocess', 'sys', 'time', 'xml',
+ 'SubprocessCall', 'SubprocessCallAndFilter', 'errno', 'logging', 'os',
+ 're', 'stat', 'subprocess', 'sys', 'time', 'xml',
]
# If this test fails, you should add the relevant test.
self.compareMembers(gclient_utils, members)
« no previous file with comments | « no previous file | tests/trychange_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698