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

Unified Diff: test/get/switch_source_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/relative_symlink_test.dart ('k') | test/hosted/offline_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/get/switch_source_test.dart
diff --git a/test/get/switch_source_test.dart b/test/get/switch_source_test.dart
index f863d4b02fbfd113ea8e2600dfeadcbeec8d04f8..7efe4313c613154c1e4c4f299c5e7547cafb3312 100644
--- a/test/get/switch_source_test.dart
+++ b/test/get/switch_source_test.dart
@@ -18,11 +18,11 @@ main() {
pubGet();
- d.packagesDir({"foo": "0.0.1"}).validate();
+ d.appPackagesFile({"foo": "../foo"}).validate();
d.appDir({"foo": "any"}).create();
pubGet();
- d.packagesDir({"foo": "1.2.3"}).validate();
+ d.appPackagesFile({"foo": "1.2.3"}).validate();
});
}
« no previous file with comments | « test/get/relative_symlink_test.dart ('k') | test/hosted/offline_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698