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

Unified Diff: LayoutTests/inspector/sources/debugger/file-system-project-mapping-expected.txt

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/inspector/sources/debugger/file-system-project-mapping-expected.txt
diff --git a/LayoutTests/inspector/sources/debugger/file-system-project-mapping-expected.txt b/LayoutTests/inspector/sources/debugger/file-system-project-mapping-expected.txt
index ceee6b31c07b0eee0538560e28dc451ed8fdd82f..8c2f84e3d9f00e1050c4857dcc0725e8c1b085f0 100644
--- a/LayoutTests/inspector/sources/debugger/file-system-project-mapping-expected.txt
+++ b/LayoutTests/inspector/sources/debugger/file-system-project-mapping-expected.txt
@@ -96,3 +96,11 @@ Dumping uiSourceCodes origin URLs:
Removing project:
Received project removed event.
+Running: testURLAfterRenaming
+Adding file system.
+Adding file system mapping.
+Renaming files:
+ uiSourceCode URL change after renaming: http://localhost/html/foo.js -> http://localhost/html/newName.js
+ uiSourceCode URL change after renaming: http://localhost/bar.js -> http://localhost/newName.js
+ uiSourceCode URL change after renaming: http://localhost/foo/bar/baz.js -> http://localhost/foo/bar/newName.js
+

Powered by Google App Engine
This is Rietveld 408576698