Chromium Code Reviews

Unified Diff: test/serve/does_not_serve_hidden_assets_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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « test/serve/404_page_test.dart ('k') | test/serve/does_not_watch_compiled_js_files_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/serve/does_not_serve_hidden_assets_test.dart
diff --git a/test/serve/does_not_serve_hidden_assets_test.dart b/test/serve/does_not_serve_hidden_assets_test.dart
index ab7404f4b129d2d0aeb91aa814d98afdd3764c91..6cab6b745679a6b84c71b9a8877e52111385f3f0 100644
--- a/test/serve/does_not_serve_hidden_assets_test.dart
+++ b/test/serve/does_not_serve_hidden_assets_test.dart
@@ -20,7 +20,7 @@ main() {
])
]).create();
- pubServe();
+ pubServe(shouldGetFirst: true);
requestShould404(".outer.txt");
requestShould404(".dir/inner.txt");
endPubServe();
« no previous file with comments | « test/serve/404_page_test.dart ('k') | test/serve/does_not_watch_compiled_js_files_test.dart » ('j') | no next file with comments »

Powered by Google App Engine