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

Unified Diff: test/serve/supports_cross_origin_header_test.dart

Issue 1282533003: Don't implicitly run "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/supports_cross_origin_header_test.dart
diff --git a/test/serve/supports_cross_origin_header_test.dart b/test/serve/supports_cross_origin_header_test.dart
index fbe54d7f31f8887fce8458a5f598761c76f11568..fc20d75117ba07f7403ea5faa49999114e79b9c7 100644
--- a/test/serve/supports_cross_origin_header_test.dart
+++ b/test/serve/supports_cross_origin_header_test.dart
@@ -17,7 +17,8 @@ main() {
d.dir("web", [d.file("index.html", "<body>")])
]).create();
- pubServe(shouldGetFirst: true);
+ pubGet();
+ pubServe();
requestShouldSucceed("index.html", "<body>",
headers: containsPair("access-control-allow-origin", "*"));
endPubServe();

Powered by Google App Engine
This is Rietveld 408576698