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

Unified Diff: test/get/package_name_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/unlock_if_version_doesnt_exist_test.dart ('k') | test/get/path/absolute_path_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/get/package_name_test.dart
diff --git a/test/get/package_name_test.dart b/test/get/package_name_test.dart
index 85955a2c263ae5e52fc4bf0ad6fe147a57c8d9ac..a9ae0f824f738ee7fc0767d63b88a41160282c31 100644
--- a/test/get/package_name_test.dart
+++ b/test/get/package_name_test.dart
@@ -65,6 +65,10 @@ main() {
pubGet();
- d.packagesDir({"foo.bar.baz": "1.0.0"}).validate();
+ d.dir(appPath, [
+ d.packagesFile({
+ "foo.bar.baz": "."
+ })
+ ]).validate();
});
}
« no previous file with comments | « test/get/hosted/unlock_if_version_doesnt_exist_test.dart ('k') | test/get/path/absolute_path_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698