| commit | ab32229055d6be9edd5fbb633274dfd2a4ae6686 | [log] [tgz] |
|---|---|---|
| author | ajohnsen@google.com <ajohnsen@google.com> | Wed Sep 24 09:13:20 2014 +0000 |
| committer | ajohnsen@google.com <ajohnsen@google.com> | Wed Sep 24 09:13:20 2014 +0000 |
| tree | c757b50aaa41c347010bf0507be167611c8e7006 | |
| parent | 83fbe23ba7dca927ab0f034c5350a3825e48caec [diff] |
Clean up http_multi_server. BUG= R=lrn@google.com Review URL: https://codereview.chromium.org//597103002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40627 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/pkgs/http_multi_server/test/http_multi_server_test.dart b/pkgs/http_multi_server/test/http_multi_server_test.dart index f74f359..2729fa0 100644 --- a/pkgs/http_multi_server/test/http_multi_server_test.dart +++ b/pkgs/http_multi_server/test/http_multi_server_test.dart
@@ -58,8 +58,8 @@ expect(_get(subServer3).then((response) { expect(response.headers['server'], equals("http_multi_server test")); }), completes); - } - ); + }); + test("autoCompress= sets the value for all servers", () { multiServer.autoCompress = true;