From a761b60c33ee1d6af3e01c3564b6908a9480c9b3 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Mon, 17 May 2010 18:17:49 +0000 Subject: [PATCH] Fix unit test git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@47437 0039d316-1c4b-4281-b951-d872f2087c98 --- tests/gclient_test.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/gclient_test.py b/tests/gclient_test.py index 4016da70c..688613a81 100755 --- a/tests/gclient_test.py +++ b/tests/gclient_test.py @@ -283,8 +283,9 @@ class GClientClassTestCase(GclientTestCase): 'ConfigContent', 'DEFAULT_CLIENT_FILE_TEXT', 'DEFAULT_SNAPSHOT_FILE_TEXT', 'DEFAULT_SNAPSHOT_SOLUTION_TEXT', 'DEPS_FILE', 'FileImpl', 'FromImpl', 'GetVar', 'LoadCurrentConfig', - 'RunOnDeps', 'SaveConfig', 'SetConfig', 'SetDefaultConfig', - 'supported_commands', 'PrintRevInfo', + 'PrintRevInfo', 'RunOnDeps', 'SaveConfig', 'SetConfig', + 'SetDefaultConfig', + 'deps_os_choices', 'supported_commands', ] # If you add a member, be sure to add the relevant test!