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

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

Issue 16159003: Show progress on upload and resolve. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. Created 7 years, 7 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/archives_and_uploads_a_package_test.dart
diff --git a/sdk/lib/_internal/pub/test/lish/archives_and_uploads_a_package_test.dart b/sdk/lib/_internal/pub/test/lish/archives_and_uploads_a_package_test.dart
index 4e65965c5ad84939f10f2045cfb19a64e6ae83b0..f1460b5b5448cb4de463fa6825d46c540622fd71 100644
--- a/sdk/lib/_internal/pub/test/lish/archives_and_uploads_a_package_test.dart
+++ b/sdk/lib/_internal/pub/test/lish/archives_and_uploads_a_package_test.dart
@@ -31,6 +31,8 @@ main() {
request.response.close();
});
+ expect(pub.nextLine(), completion(matches(r'Uploading\.\.\.+')));
+
expect(pub.nextLine(),
completion(equals('Package test_pkg 1.0.0 uploaded!')));
pub.shouldExit(0);

Powered by Google App Engine
This is Rietveld 408576698