You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/testing_support
digit@chromium.org dc112ac587 Remove gclient_utils.RemoveDirectory().
The 'RemoveDirectory()' function in gclient_utils is deprecated and
rmtree() should be used instead for consistency.

This patch modifies all clients in depot_tools to use rmtree() instead
and removes the RemoveDirectory function.

+ The SVNWrapperTestCase.testRevertNoDotSvn() mocking
  expectation has been slightly changed. This was required
  because the test invokes code that used to call
  gclient_utils.RemoveDirectory() directly, while only
  gclient_utils.rmtree() was mocked.

BUG=NONE
R=maruel@chromium.org, ilevy@chromium.org
TEST=manually run gclient_utils_test / gclient_smoketest / scm_unittest / gclient_scm_test

Review URL: https://chromiumcodereview.appspot.com/14134010

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@196133 0039d316-1c4b-4281-b951-d872f2087c98
12 years ago
..
__init__.py Create a new testing_support module to move utility modules there 14 years ago
auto_stub.py Fix small error in SimpleMock. 12 years ago
fake_repos.py Changed the behaviour of '--transitive' in gclient.py to use revision instead of timestamp for identical repositories. 12 years ago
filesystem_mock.py Suggest owners for OWNERS files that only have per-file owners. 13 years ago
local_rietveld.py Fix presubmit check compatibility with GAE SDK 1.7.6 (bis). 12 years ago
patches_data.py Fix applying git diff with new file mode 644 on a svn checkout. 13 years ago
super_mox.py Fix depot_tools presubmit check for ubuntu 12.04. 13 years ago
trial_dir.py Remove gclient_utils.RemoveDirectory(). 12 years ago