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

Unified Diff: test/serve/web_socket/unserve_directory_test.dart

Issue 1281623002: Fix a bunch of pub tests that started running "pub get". (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 4 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: test/serve/web_socket/unserve_directory_test.dart
diff --git a/test/serve/web_socket/unserve_directory_test.dart b/test/serve/web_socket/unserve_directory_test.dart
index b4bf97a592ca21405ceb0571a3a975abfad345c6..acd2f5da6fc6bcce296e364c0de69a10c37966f0 100644
--- a/test/serve/web_socket/unserve_directory_test.dart
+++ b/test/serve/web_socket/unserve_directory_test.dart
@@ -20,7 +20,7 @@ main() {
])
]).create();
- pubServe();
+ pubServe(shouldGetFirst: true);
requestShouldSucceed("index.html", "<body>");
requestShouldSucceed("index.html", "<test body>", root: "test");
« no previous file with comments | « test/serve/web_socket/unserve_directory_not_served_test.dart ('k') | test/serve/web_socket/url_to_asset_id_errors_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698