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

Unified Diff: test/virtual_host_test.dart

Issue 1432143003: Update the tests to run with Dart 1.13. (Closed) Base URL: git@github.com:dart-lang/http_server.git@master
Patch Set: Created 5 years, 1 month 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
« test/utils.dart ('K') | « test/utils.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/virtual_host_test.dart
diff --git a/test/virtual_host_test.dart b/test/virtual_host_test.dart
index a08e7935ca20f5b6505e711ca8c4b3f748f62d45..e7ad6e7c7425f2aeace3b916087f3e16426aa388 100644
--- a/test/virtual_host_test.dart
+++ b/test/virtual_host_test.dart
@@ -66,7 +66,7 @@ void main() {
test('multiple-source-https', () {
expect(Future.wait([
HttpServer.bind('localhost', 0),
- HttpServer.bindSecure('localhost', 0, certificateName: CERTIFICATE)])
+ HttpServer.bindSecure('localhost', 0, serverContext)])
.then((servers) {
var virHost = new VirtualHost();
virHost.addSource(servers[0]);
« test/utils.dart ('K') | « test/utils.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698