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

Unified Diff: tests/gclient_utils_test.py

Issue 1744007: Fix broken unit test by r44612. (Closed)
Patch Set: 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 | « no previous file | no next file » | 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 fa1ee72e5eb6ee2a08d8d89525a8c4a8ef7b7423..a39d91612b6f67542d22fa07b2542c183c40536a 100755
--- a/tests/gclient_utils_test.py
+++ b/tests/gclient_utils_test.py
@@ -16,11 +16,12 @@ class GclientUtilsUnittest(SuperMoxTestBase):
def testMembersChanged(self):
members = [
'CheckCall', 'CheckCallError', 'Error', 'FileRead', 'FileWrite',
- 'FindGclientRoot', 'GetNamedNodeText',
- 'GetNodeNamedAttributeText', 'IsUsingGit', 'PathDifference',
- 'ParseXML', 'PrintableObject', 'RemoveDirectory', 'SplitUrlRevision',
- 'SubprocessCall', 'SubprocessCallAndFilter', 'errno', 'logging', 'os',
- 're', 'stat', 'subprocess', 'sys', 'time', 'xml',
+ 'FindFileUpwards', 'FindGclientRoot', 'GetGClientRootAndEntries',
+ 'GetNamedNodeText', 'GetNodeNamedAttributeText', 'IsUsingGit',
+ 'PathDifference', 'ParseXML', 'PrintableObject', 'RemoveDirectory',
+ 'SplitUrlRevision', '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 | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698