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

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

Issue 12052038: Rename new Uri.fromString to Uri.parse. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Reupload because of Error. Created 7 years, 11 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/http_stream_close_test.dart ('k') | tests/standalone/io/https_client_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/https_client_certificate_test.dart
diff --git a/tests/standalone/io/https_client_certificate_test.dart b/tests/standalone/io/https_client_certificate_test.dart
index ec79cacdc4913f44d31d4492145cefde76cf72c7..67162a5aca6d4557484a2179f386ea079f7e6166 100644
--- a/tests/standalone/io/https_client_certificate_test.dart
+++ b/tests/standalone/io/https_client_certificate_test.dart
@@ -47,7 +47,7 @@ Function test(Map options) {
client.clientCertificate = options['certificateName'];
var completer = new Completer();
HttpClientConnection conn =
- client.getUrl(new Uri.fromString(
+ client.getUrl(Uri.parse(
"https://$HOST_NAME:${server.port}/$sendCertificate"));
conn.onRequest = (HttpClientRequest request) {
request.outputStream.close();
« no previous file with comments | « tests/standalone/io/http_stream_close_test.dart ('k') | tests/standalone/io/https_client_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698