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

Unified Diff: test/get/hosted/unlock_if_incompatible_test.dart

Issue 2377063002: Make "--no-packages-dir" the default. (Closed)
Patch Set: Revise again. Created 4 years, 3 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/get/hosted/stay_locked_test.dart ('k') | test/get/hosted/unlock_if_new_is_unsatisfied_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/get/hosted/unlock_if_incompatible_test.dart
diff --git a/test/get/hosted/unlock_if_incompatible_test.dart b/test/get/hosted/unlock_if_incompatible_test.dart
index 08d011c4e3f230dad61b315971efd19dab456fb2..7ecf0f5a323bc8d9e7d3907513a89b0d5dcfa7ce 100644
--- a/test/get/hosted/unlock_if_incompatible_test.dart
+++ b/test/get/hosted/unlock_if_incompatible_test.dart
@@ -14,12 +14,12 @@ main() {
pubGet();
- d.packagesDir({"foo": "1.0.0"}).validate();
+ d.appPackagesFile({"foo": "1.0.0"}).validate();
globalPackageServer.add((builder) => builder.serve("foo", "1.0.1"));
d.appDir({"foo": ">1.0.0"}).create();
pubGet();
- d.packagesDir({"foo": "1.0.1"}).validate();
+ d.appPackagesFile({"foo": "1.0.1"}).validate();
});
}
« no previous file with comments | « test/get/hosted/stay_locked_test.dart ('k') | test/get/hosted/unlock_if_new_is_unsatisfied_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698