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

Unified Diff: test/serve/gets_first_if_dependency_is_not_installed_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_dependency_is_not_installed_test.dart
diff --git a/test/serve/gets_first_if_dependency_is_not_installed_test.dart b/test/serve/gets_first_if_dependency_is_not_installed_test.dart
index 8b9db678cacaccd1caa44fa1c2e32bfc728aec8e..3962ca80cab8cacc22faaf8552533a0d4adc5f23 100644
--- a/test/serve/gets_first_if_dependency_is_not_installed_test.dart
+++ b/test/serve/gets_first_if_dependency_is_not_installed_test.dart
@@ -24,7 +24,8 @@ main() {
// Delete the system cache so it isn't installed any more.
schedule(() => deleteEntry(path.join(sandboxDir, cachePath)));
- pubServe(shouldGetFirst: true);
+ pubGet();
+ pubServe();
requestShouldSucceed("packages/foo/foo.dart", 'main() => "foo 1.2.3";');
endPubServe();
});
« no previous file with comments | « test/serve/gets_first_if_dependency_added_test.dart ('k') | test/serve/gets_first_if_dependency_version_changed_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698