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

Unified Diff: tests/scm_unittest.py

Issue 1742017: Add --reset-to-deps and improve comments (Closed)
Patch Set: fix tests Created 10 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
« no previous file with comments | « tests/gclient_scm_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/scm_unittest.py
diff --git a/tests/scm_unittest.py b/tests/scm_unittest.py
index 21d3e8164184a776a87c6604541ce633f6d81948..454537d57d9295d8d2df035e7fc0247a7abac09c 100755
--- a/tests/scm_unittest.py
+++ b/tests/scm_unittest.py
@@ -28,7 +28,7 @@ class RootTestCase(BaseSCMTestCase):
members = [
'GetCasedPath', 'GIT', 'SVN', 'ValidateEmail',
'gclient_utils', 'glob', 'os', 're', 'shutil', 'subprocess', 'sys',
- 'tempfile', 'xml',
+ 'tempfile', 'time', 'xml',
]
# If this test fails, you should add the relevant test.
self.compareMembers(scm, members)
« no previous file with comments | « tests/gclient_scm_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698