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

Unified Diff: test/serve/gets_first_if_transitive_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
« no previous file with comments | « test/serve/gets_first_if_source_changed_test.dart ('k') | test/serve/invalid_method_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/serve/gets_first_if_transitive_dependency_is_not_installed_test.dart
diff --git a/test/serve/gets_first_if_transitive_dependency_is_not_installed_test.dart b/test/serve/gets_first_if_transitive_dependency_is_not_installed_test.dart
index 92645035ceaf4f19f368ba28f1bf953201f10677..280f0f37b151daaefb288073c6e0b28395b7c822 100644
--- a/test/serve/gets_first_if_transitive_dependency_is_not_installed_test.dart
+++ b/test/serve/gets_first_if_transitive_dependency_is_not_installed_test.dart
@@ -33,7 +33,8 @@ main() {
// Delete the system cache so bar isn't installed any more.
schedule(() => deleteEntry(path.join(sandboxDir, cachePath)));
- pubServe(shouldGetFirst: true);
+ pubGet();
+ pubServe();
requestShouldSucceed("packages/bar/bar.dart", 'main() => "bar 1.2.3";');
endPubServe();
});
« no previous file with comments | « test/serve/gets_first_if_source_changed_test.dart ('k') | test/serve/invalid_method_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698