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

Unified Diff: test/serve/gets_first_if_no_lockfile_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/gets_first_if_no_lockfile_test.dart
diff --git a/test/serve/gets_first_if_no_lockfile_test.dart b/test/serve/gets_first_if_no_lockfile_test.dart
index 018ed43f16b36b871423c82e0dca45d096c4deaa..a91d72d5b4be970a4f5511c98888b23780f15292 100644
--- a/test/serve/gets_first_if_no_lockfile_test.dart
+++ b/test/serve/gets_first_if_no_lockfile_test.dart
@@ -19,7 +19,8 @@ main() {
"foo": {"path": "../foo"}
}).create();
- pubServe(shouldGetFirst: true);
+ pubGet();
+ pubServe();
requestShouldSucceed("packages/foo/foo.dart", 'main() => "foo";');
endPubServe();
});
« no previous file with comments | « test/serve/gets_first_if_git_url_changed_test.dart ('k') | test/serve/gets_first_if_path_dependency_changed_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698