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

Unified Diff: test/serve/uses_appropriate_mime_types_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
« no previous file with comments | « test/serve/unknown_dependency_test.dart ('k') | test/serve/watch_added_file_test.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 265f388293b2a82bb491c4fe0b721d3667bc1d96..534fe89107770350e1e2594fb773a2cd3df7284a 100644
--- a/test/serve/uses_appropriate_mime_types_test.dart
+++ b/test/serve/uses_appropriate_mime_types_test.dart
@@ -22,7 +22,7 @@ main() {
])
]).create();
- pubServe();
+ pubServe(shouldGetFirst: true);
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/watch_added_file_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698