fixed test
Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
parent
1881683726
commit
b7c9384291
|
@ -88,6 +88,7 @@ public class IncludedGzipTest
|
|||
tester.getContext().addServlet(org.eclipse.jetty.servlet.DefaultServlet.class, "/");
|
||||
|
||||
GzipHandler gzipHandler = new GzipHandler();
|
||||
gzipHandler.setMinGzipSize(16);
|
||||
tester.getContext().insertHandler(gzipHandler);
|
||||
tester.start();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue