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

Unified Diff: utils/tests/pub/test_pub.dart

Issue 11466020: Require a homepage field in pubspecs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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 | « utils/pub/validator/pubspec_field.dart ('k') | utils/tests/pub/validator_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tests/pub/test_pub.dart
diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart
index 2dc9eff9c33ac6dcc9897a5356c20bc3518c3303..433c14caf20d4af699d7874e2d13bf9d0d31a886 100644
--- a/utils/tests/pub/test_pub.dart
+++ b/utils/tests/pub/test_pub.dart
@@ -275,7 +275,8 @@ Map package(String name, String version, [List dependencies]) {
"name": name,
"version": version,
"author": "Nathan Weizenbaum <nweiz@google.com>",
- "homepage": "http://pub.dartlang.org"
+ "homepage": "http://pub.dartlang.org",
+ "description": "A package, I guess."
};
if (dependencies != null) {
package["dependencies"] = _dependencyListToMap(dependencies);
« no previous file with comments | « utils/pub/validator/pubspec_field.dart ('k') | utils/tests/pub/validator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698