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

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

Issue 204673006: Add admin server that supports web socket API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. 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
« no previous file with comments | « sdk/lib/_internal/pub/test/serve/utils.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/test/serve/web_socket/unserve_directory_responds_with_id_test.dart
diff --git a/sdk/lib/_internal/pub/test/serve/web_socket/unserve_directory_responds_with_id_test.dart b/sdk/lib/_internal/pub/test/serve/web_socket/unserve_directory_responds_with_id_test.dart
index 20a4d2acd5e9bf54b6351cabe7bd428d3b62f70c..9574667e3d2e869e11314911464a7108520836be 100644
--- a/sdk/lib/_internal/pub/test/serve/web_socket/unserve_directory_responds_with_id_test.dart
+++ b/sdk/lib/_internal/pub/test/serve/web_socket/unserve_directory_responds_with_id_test.dart
@@ -14,19 +14,12 @@ main() {
integration("unserveDirectory includes id in response if given", () {
d.dir(appPath, [
d.appPubspec(),
- d.dir("example", [
- d.file("index.html", "<body>")
- ]),
d.dir("web", [
d.file("index.html", "<body>")
])
]).create();
- // TODO(rnystrom): "example" is in here so that that's the port the web
- // socket is bound to. That way, when we unserve "web", we don't close the
- // web socket connection itself.
- // Remove this when #16957 is fixed.
- pubServe(args: ["example", "web"]);
+ pubServe(args: ["web"]);
expectWebSocketCall({
"command": "unserveDirectory",
« no previous file with comments | « sdk/lib/_internal/pub/test/serve/utils.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698