Chromium Code Reviews

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

Issue 17406010: Move getters from Options to Platform (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: tests/standalone/io/http_proxy_test.dart
diff --git a/tests/standalone/io/http_proxy_test.dart b/tests/standalone/io/http_proxy_test.dart
index 5e7bfe1e7c32ee7038eaa9edad5d450171543a25..70e06b651e7d61d3bca947373480a3de7087e0ea 100644
--- a/tests/standalone/io/http_proxy_test.dart
+++ b/tests/standalone/io/http_proxy_test.dart
@@ -746,7 +746,7 @@ void testRealProxyAuth() {
void InitializeSSL() {
var testPkcertDatabase =
- new Path(new Options().script).directoryPath.append('pkcert/');
+ new Path(Platform.script).directoryPath.append('pkcert/');
SecureSocket.initialize(database: testPkcertDatabase.toNativePath(),
password: 'dartdart');
}

Powered by Google App Engine