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

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

Issue 1013423003: Support publishing packages with many long filenames. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 5 years, 9 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/test/lish/many_files_test.dart ('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/test_pub.dart
diff --git a/sdk/lib/_internal/pub/test/test_pub.dart b/sdk/lib/_internal/pub/test/test_pub.dart
index cb555a085dcc4f7dd484efd02c065b5c66f84928..b0ec23f6f0fddbe4eef162d867b89052d5dfcdba 100644
--- a/sdk/lib/_internal/pub/test/test_pub.dart
+++ b/sdk/lib/_internal/pub/test/test_pub.dart
@@ -464,12 +464,7 @@ void confirmPublish(ScheduledProcess pub) {
// TODO(rnystrom): This is overly specific and inflexible regarding different
// test packages. Should validate this a little more loosely.
pub.stdout.expect(startsWith('Publishing test_pkg 1.0.0 to '));
- pub.stdout.expect(emitsLines(
- "|-- LICENSE\n"
- "|-- lib\n"
- "| '-- test_pkg.dart\n"
- "'-- pubspec.yaml\n"
- "\n"
+ pub.stdout.expect(consumeThrough(
"Looks great! Are you ready to upload your package (y/n)?"));
pub.writeLine("y");
}
« no previous file with comments | « sdk/lib/_internal/pub/test/lish/many_files_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698