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

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

Issue 887223007: Revert "Use native async/await support in pub." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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_generated/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_generated/test/lish/does_not_publish_if_private_with_server_arg_test.dart
similarity index 76%
copy from sdk/lib/_internal/pub/test/lish/does_not_publish_if_private_with_server_arg_test.dart
copy to sdk/lib/_internal/pub_generated/test/lish/does_not_publish_if_private_with_server_arg_test.dart
index 989d50643ae52cee83a65186e561440d979352c4..44568c48e786308092d2492c43142731fb34b7c5 100644
--- a/sdk/lib/_internal/pub/test/lish/does_not_publish_if_private_with_server_arg_test.dart
+++ b/sdk/lib/_internal/pub_generated/test/lish/does_not_publish_if_private_with_server_arg_test.dart
@@ -10,13 +10,16 @@ import '../test_pub.dart';
main() {
initConfig();
- integration('does not publish if the package is private even if a server '
- 'argument is provided', () {
+ 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["publish_to"] = "none";
d.dir(appPath, [d.pubspec(pkg)]).create();
- schedulePub(args: ["lish", "--server", "http://example.com"],
+ schedulePub(
+ args: ["lish", "--server", "http://example.com"],
error: startsWith("A private package cannot be published."),
exitCode: exit_codes.DATA);
});

Powered by Google App Engine
This is Rietveld 408576698