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

Unified Diff: sdk/lib/_internal/pub/test/serve/web_socket/unserve_directory_superdirectory_still_watched_test.dart

Issue 209123003: Revert r34269, as it broke the editor build (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 9 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: sdk/lib/_internal/pub/test/serve/web_socket/unserve_directory_superdirectory_still_watched_test.dart
===================================================================
--- sdk/lib/_internal/pub/test/serve/web_socket/unserve_directory_superdirectory_still_watched_test.dart (revision 34273)
+++ sdk/lib/_internal/pub/test/serve/web_socket/unserve_directory_superdirectory_still_watched_test.dart (working copy)
@@ -30,7 +30,10 @@
requestShouldSucceed("foo.txt", "before", root: exampleOne);
// Unbind the subdirectory.
- expectWebSocketResult("unserveDirectory", {"path": "example"}, {
+ expectWebSocketCall({
+ "command": "unserveDirectory",
+ "path": "example"
+ }, replyEquals: {
"url": getServerUrl("example")
});

Powered by Google App Engine
This is Rietveld 408576698