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

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

Issue 64723005: Use the polling watcher by default in pub tests for now. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 7 years, 1 month 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/converts_urls_to_asset_ids_test.dart
diff --git a/sdk/lib/_internal/pub/test/serve/web_socket/converts_urls_to_asset_ids_test.dart b/sdk/lib/_internal/pub/test/serve/web_socket/converts_urls_to_asset_ids_test.dart
index c06ae3818d9b01929fb0fbd63707b1b2fe63ab9c..2f9c205a985dfc4eb7807d39ed953ceadd1163f5 100644
--- a/sdk/lib/_internal/pub/test/serve/web_socket/converts_urls_to_asset_ids_test.dart
+++ b/sdk/lib/_internal/pub/test/serve/web_socket/converts_urls_to_asset_ids_test.dart
@@ -40,7 +40,7 @@ main() {
])
]).create();
- startPubServe(shouldGetFirst: true);
+ pubServe(shouldGetFirst: true);
webSocketShouldReply(
{"command": "urlToAsset", "path": "sub/bar.html"},

Powered by Google App Engine
This is Rietveld 408576698