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

Unified Diff: sdk/lib/_internal/pub/test/pub_uploader_test.dart

Issue 16739004: Re-enable and update pub_uploader_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | « sdk/lib/_internal/pub/pub.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/test/pub_uploader_test.dart
diff --git a/sdk/lib/_internal/pub/test/pub_uploader_test.dart b/sdk/lib/_internal/pub/test/pub_uploader_test.dart
index 741abf0ca70c10d8d2340c5eaf7494bfd881285d..b52a5e3af6bfa3a1c4e305d828b25dca9a13d872 100644
--- a/sdk/lib/_internal/pub/test/pub_uploader_test.dart
+++ b/sdk/lib/_internal/pub/test/pub_uploader_test.dart
@@ -17,15 +17,16 @@ import 'descriptor.dart' as d;
import 'test_pub.dart';
final USAGE_STRING = '''
- Manage uploaders for a package on pub.dartlang.org.
+Manage uploaders for a package on pub.dartlang.org.
- Usage: pub uploader [options] {add/remove} <email>
- --server The package server on which the package is hosted
+Usage: pub uploader [options] {add/remove} <email>
+-h, --help Print usage information for this command.
+ --server The package server on which the package is hosted.
(defaults to "https://pub.dartlang.org")
- --package The package whose uploaders will be modified
+ --package The package whose uploaders will be modified.
(defaults to the current package)
- ''';
+''';
ScheduledProcess startPubUploader(ScheduledServer server, List<String> args) {
var tokenEndpoint = server.url.then((url) =>
« no previous file with comments | « sdk/lib/_internal/pub/pub.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698