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

Unified Diff: test/serve/gets_first_if_path_dependency_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_no_lockfile_test.dart ('k') | test/serve/gets_first_if_source_changed_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_path_dependency_changed_test.dart
diff --git a/test/serve/gets_first_if_path_dependency_changed_test.dart b/test/serve/gets_first_if_path_dependency_changed_test.dart
index 9909463ac55cccc4fe9d331a9c7c7e98350d7ba9..bd44ef04ca4b674186f4d21d9706177ce3b44e1a 100644
--- a/test/serve/gets_first_if_path_dependency_changed_test.dart
+++ b/test/serve/gets_first_if_path_dependency_changed_test.dart
@@ -32,7 +32,8 @@ main() {
"foo": {"path": "../foo-after"}
}).create();
- pubServe(shouldGetFirst: true);
+ pubGet();
+ pubServe();
requestShouldSucceed("packages/foo/foo.dart", 'main() => "after";');
endPubServe();
});
« no previous file with comments | « test/serve/gets_first_if_no_lockfile_test.dart ('k') | test/serve/gets_first_if_source_changed_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698