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

Unified Diff: tests/standalone/io/http_client_connect_test.dart

Issue 25471003: Modify tests to use Directory.systemTemp (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase Created 7 years, 2 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 | « tests/standalone/io/file_write_as_test.dart ('k') | tests/standalone/io/http_cookie_date_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/http_client_connect_test.dart
diff --git a/tests/standalone/io/http_client_connect_test.dart b/tests/standalone/io/http_client_connect_test.dart
index 7f7ecffd3c8bf1528870c178f4d0ab91946ffbff..3c5b88b4c36f927713555ed0636dd1a44eb46592 100644
--- a/tests/standalone/io/http_client_connect_test.dart
+++ b/tests/standalone/io/http_client_connect_test.dart
@@ -96,7 +96,8 @@ void testGetDataServerClose() {
client.get("127.0.0.1", server.port, "/")
.then((request) => request.close())
.then((response) {
- // Close the (incomplete) response, now we have seen the response object.
+ // Close the (incomplete) response, now that we have seen
+ // the response object.
completer.complete(null);
int errors = 0;
response.listen(
« no previous file with comments | « tests/standalone/io/file_write_as_test.dart ('k') | tests/standalone/io/http_cookie_date_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698