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

Unified Diff: test/hosted/offline_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/switch_source_test.dart ('k') | test/hosted/remove_removed_dependency_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/hosted/offline_test.dart
diff --git a/test/hosted/offline_test.dart b/test/hosted/offline_test.dart
index 4be597a79068eccc3c22c547011cb92e493b9ec5..492045d32494a6c7ea75d1476379769c2554b376 100644
--- a/test/hosted/offline_test.dart
+++ b/test/hosted/offline_test.dart
@@ -31,7 +31,7 @@ main() {
pubCommand(command, args: ['--offline'], warning: warning);
- d.packagesDir({
+ d.appPackagesFile({
"foo": "1.2.3",
"bar": "1.2.3"
}).validate();
@@ -57,7 +57,7 @@ main() {
pubCommand(command, args: ['--offline'], warning: warning);
- d.packagesDir({
+ d.appPackagesFile({
"foo": "1.2.3-alpha.1"
}).validate();
});
@@ -120,7 +120,7 @@ main() {
pubCommand(command, args: ['--offline']);
- d.packagesDir({"foo": "1.2.3"}).validate();
+ d.appPackagesFile({"foo": "1.2.3"}).validate();
});
});
}
« no previous file with comments | « test/get/switch_source_test.dart ('k') | test/hosted/remove_removed_dependency_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698