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

Unified Diff: sdk/lib/_internal/pub/test/lish/does_not_publish_if_private_with_server_arg_test.dart

Issue 463203002: "publishTo" -> "publish_to". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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
Index: sdk/lib/_internal/pub/test/lish/does_not_publish_if_private_with_server_arg_test.dart
diff --git a/sdk/lib/_internal/pub/test/lish/does_not_publish_if_private_with_server_arg_test.dart b/sdk/lib/_internal/pub/test/lish/does_not_publish_if_private_with_server_arg_test.dart
index f5dbcc73366b223aa45c9b4ac9232dc5a222e063..989d50643ae52cee83a65186e561440d979352c4 100644
--- a/sdk/lib/_internal/pub/test/lish/does_not_publish_if_private_with_server_arg_test.dart
+++ b/sdk/lib/_internal/pub/test/lish/does_not_publish_if_private_with_server_arg_test.dart
@@ -13,7 +13,7 @@ main() {
integration('does not publish if the package is private even if a server '
'argument is provided', () {
var pkg = packageMap("test_pkg", "1.0.0");
- pkg["publishTo"] = "none";
+ pkg["publish_to"] = "none";
d.dir(appPath, [d.pubspec(pkg)]).create();
schedulePub(args: ["lish", "--server", "http://example.com"],

Powered by Google App Engine
This is Rietveld 408576698