Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5187 from adobe/jasonsanjose/extension-install-fa…
Browse files Browse the repository at this point in the history
…ilure

replace node fs-extra remove() with removeTempDirectory()
  • Loading branch information
redmunds committed Sep 14, 2013
2 parents 5d8c59f + 3105bae commit ad9a603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/ExtensionInstallation-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ define(function (require, exports, module) {
afterEach(function () {
ExtensionLoader.getUserExtensionPath = realGetUserExtensionPath;
ExtensionLoader.loadExtension = realLoadExtension;
var promise = SpecRunnerUtils.remove(mockGetUserExtensionPath());
var promise = SpecRunnerUtils.deletePath(mockGetUserExtensionPath(), true);
waitsForDone(promise, "Mock Extension Removal", 2000);
});

Expand Down

0 comments on commit ad9a603

Please sign in to comment.