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

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

Issue 1282533003: Don't implicitly run "pub get". (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Code review changes 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/path_to_urls_test.dart
diff --git a/test/serve/web_socket/path_to_urls_test.dart b/test/serve/web_socket/path_to_urls_test.dart
index 583201ef517a0453ecaf114f09022fe9c686b162..7ff99a1c5347402b213e13d54f43a7e2585670f3 100644
--- a/test/serve/web_socket/path_to_urls_test.dart
+++ b/test/serve/web_socket/path_to_urls_test.dart
@@ -43,7 +43,8 @@ main() {
])
]).create();
- pubServe(args: ["test", "web", "randomdir"], shouldGetFirst: true);
+ pubGet();
+ pubServe(args: ["test", "web", "randomdir"]);
// Paths in web/.
expectWebSocketResult("pathToUrls", {
« no previous file with comments | « test/serve/web_socket/path_to_urls_errors_test.dart ('k') | test/serve/web_socket/path_to_urls_with_line_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698