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

Unified Diff: LayoutTests/http/tests/inspector/workspace-test.js

Issue 432753003: DevTools: Fix url assignment when renaming files in workspace (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added a test and fixed correctly Created 6 years, 5 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
Index: LayoutTests/http/tests/inspector/workspace-test.js
diff --git a/LayoutTests/http/tests/inspector/workspace-test.js b/LayoutTests/http/tests/inspector/workspace-test.js
index 087eb2b680002687e9cb2c17ede2bdc4dc77029b..8a040b57dc214a38d10821c5d924f780949330fd 100644
--- a/LayoutTests/http/tests/inspector/workspace-test.js
+++ b/LayoutTests/http/tests/inspector/workspace-test.js
@@ -2,6 +2,7 @@ var initialize_WorkspaceTest = function() {
InspectorTest.createWorkspace = function(ignoreEvents)
{
+ WebInspector.settings.createSetting("fileSystemMapping", {}).set({});
InspectorTest.testFileSystemMapping = new WebInspector.FileSystemMapping();
InspectorTest.testFileSystemMapping._fileSystemMappingSetting = new InspectorTest.MockSetting({});
InspectorTest.testFileSystemMapping._excludedFoldersSetting = new InspectorTest.MockSetting({});

Powered by Google App Engine
This is Rietveld 408576698