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

Unified Diff: test/descriptor.dart

Issue 1225483003: Fix packages_file_test on OS X. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | test/descriptor/packages.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/descriptor.dart
diff --git a/test/descriptor.dart b/test/descriptor.dart
index a9c5dffb29edbb6dad0202443532702ccad0c4da..4a0a62b571d7c42f6b1d2dd3a05c1f8129923f71 100644
--- a/test/descriptor.dart
+++ b/test/descriptor.dart
@@ -192,7 +192,10 @@ DirectoryDescriptor appDir([Map dependencies]) =>
/// Describes a `.packages` file.
///
-/// [dependencies] maps package names to version strings.
+/// [dependencies] maps package names to strings describing where the packages
+/// are located on disk. If the strings are sematnic versions, then the packages
Bob Nystrom 2015/07/08 16:00:38 "sematnic" -> "semantic".
nweiz 2015/07/09 00:32:01 Done in a separate CL.
+/// are located in the system cache; otherwise, the strings are interpreted as
+/// relative `file:` URLs.
///
/// Validation checks that the `.packages` file exists, has the expected
/// entries (one per key in [dependencies]), each with a path that contains
« no previous file with comments | « no previous file | test/descriptor/packages.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698