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

Unified Diff: sdk/lib/_internal/pub/test/lish/server_arg_overrides_publish_to_url_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/server_arg_overrides_publish_to_url_test.dart
diff --git a/sdk/lib/_internal/pub/test/lish/server_arg_overrides_publish_to_url_test.dart b/sdk/lib/_internal/pub/test/lish/server_arg_overrides_publish_to_url_test.dart
index 5c04d664f5320f3bb94243e4b2c3c95f03613eae..b5c9a14eb40b6b7918b02d0da978b2b5af2090b5 100644
--- a/sdk/lib/_internal/pub/test/lish/server_arg_overrides_publish_to_url_test.dart
+++ b/sdk/lib/_internal/pub/test/lish/server_arg_overrides_publish_to_url_test.dart
@@ -9,9 +9,9 @@ import '../test_pub.dart';
main() {
initConfig();
- integration('an explicit --server argument overrides a "publishTo" url', () {
+ integration('an explicit --server argument overrides a "publish_to" url', () {
var pkg = packageMap("test_pkg", "1.0.0");
- pkg["publishTo"] = "http://pubspec.com";
+ pkg["publish_to"] = "http://pubspec.com";
d.dir(appPath, [d.pubspec(pkg)]).create();
schedulePub(args: ["lish", "--dry-run", "--server", "http://arg.com"],

Powered by Google App Engine
This is Rietveld 408576698