Chromium Code Reviews

Unified Diff: test/serve/uses_appropriate_mime_types_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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « test/serve/unknown_dependency_test.dart ('k') | test/serve/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/serve/uses_appropriate_mime_types_test.dart
diff --git a/test/serve/uses_appropriate_mime_types_test.dart b/test/serve/uses_appropriate_mime_types_test.dart
index 534fe89107770350e1e2594fb773a2cd3df7284a..a2e9bb17ea7394fcf2af970ba3ab6c82322b4a15 100644
--- a/test/serve/uses_appropriate_mime_types_test.dart
+++ b/test/serve/uses_appropriate_mime_types_test.dart
@@ -22,7 +22,8 @@ main() {
])
]).create();
- pubServe(shouldGetFirst: true);
+ pubGet();
+ pubServe();
requestShouldSucceed("index.html", anything,
headers: containsPair('content-type', 'text/html'));
requestShouldSucceed("file.dart", anything,
« no previous file with comments | « test/serve/unknown_dependency_test.dart ('k') | test/serve/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine