Merge branch 'jetty-9.2.x' into jetty-9.3.x
Conflicts: jetty-server/src/test/java/org/eclipse/jetty/server/ServerConnectorHttpServerTest.java
This commit is contained in:
commit
29d63b41b1
|
@ -45,9 +45,9 @@ import org.junit.Ignore;
|
|||
import org.junit.Test;
|
||||
|
||||
@Ignore("Ignored while refactoring the connection events and statistics")
|
||||
public class SelectChannelStatisticsTest
|
||||
public class ConnectorStatisticsTest
|
||||
{
|
||||
private static final Logger LOG = Log.getLogger(SelectChannelStatisticsTest.class);
|
||||
private static final Logger LOG = Log.getLogger(ConnectorStatisticsTest.class);
|
||||
|
||||
private static Server _server;
|
||||
private static ConnectorStatistics _statistics;
|
|
@ -23,7 +23,7 @@ import java.nio.charset.StandardCharsets;
|
|||
|
||||
import org.eclipse.jetty.util.IO;
|
||||
|
||||
public class SelectChannelAsyncContextTest extends LocalAsyncContextTest
|
||||
public class ServerConnectorAsyncContextTest extends LocalAsyncContextTest
|
||||
{
|
||||
@Override
|
||||
protected Connector initConnector()
|
|
@ -23,7 +23,7 @@ import org.junit.Before;
|
|||
|
||||
|
||||
/* ------------------------------------------------------------ */
|
||||
public class SelectChannelConnectorCloseTest extends ConnectorCloseTestBase
|
||||
public class ServerConnectorCloseTest extends ConnectorCloseTestBase
|
||||
{
|
||||
|
||||
/* ------------------------------------------------------------ */
|
|
@ -26,7 +26,7 @@ import org.junit.runner.RunWith;
|
|||
* HttpServer Tester.
|
||||
*/
|
||||
@RunWith(AdvancedRunner.class)
|
||||
public class SelectChannelServerTest extends HttpServerTestBase
|
||||
public class ServerConnectorHttpServerTest extends HttpServerTestBase
|
||||
{
|
||||
@Before
|
||||
public void init() throws Exception
|
|
@ -32,7 +32,7 @@ import org.eclipse.jetty.util.IO;
|
|||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
||||
public class SelectChannelTimeoutTest extends ConnectorTimeoutTest
|
||||
public class ServerConnectorTimeoutTest extends ConnectorTimeoutTest
|
||||
{
|
||||
@Before
|
||||
public void init() throws Exception
|
Loading…
Reference in New Issue