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

Unified Diff: test/serve/gets_first_if_git_url_changed_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_git_ref_changed_test.dart ('k') | test/serve/gets_first_if_no_lockfile_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_git_url_changed_test.dart
diff --git a/test/serve/gets_first_if_git_url_changed_test.dart b/test/serve/gets_first_if_git_url_changed_test.dart
index fe93ae4bed290d124b843658e83e4bba96bd6a8b..9b84ce8f9feb29dcc5092f921c899d9c4d75eaa2 100644
--- a/test/serve/gets_first_if_git_url_changed_test.dart
+++ b/test/serve/gets_first_if_git_url_changed_test.dart
@@ -32,7 +32,8 @@ main() {
"foo": {"git": "../foo-after.git"}
}).create();
- pubServe(shouldGetFirst: true);
+ pubGet();
+ pubServe();
requestShouldSucceed("packages/foo/foo.dart", 'main() => "after";');
endPubServe();
});
« no previous file with comments | « test/serve/gets_first_if_git_ref_changed_test.dart ('k') | test/serve/gets_first_if_no_lockfile_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698