Renaming old 'SelectChannel*' test for new naming scheme
This commit is contained in:
parent
ea9c2cc9d9
commit
b02783220e
|
@ -45,9 +45,9 @@ import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
@Ignore("Ignored while refactoring the connection events and statistics")
|
@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 Server _server;
|
||||||
private static ConnectorStatistics _statistics;
|
private static ConnectorStatistics _statistics;
|
|
@ -23,7 +23,7 @@ import java.nio.charset.StandardCharsets;
|
||||||
|
|
||||||
import org.eclipse.jetty.util.IO;
|
import org.eclipse.jetty.util.IO;
|
||||||
|
|
||||||
public class SelectChannelAsyncContextTest extends LocalAsyncContextTest
|
public class ServerConnectorAsyncContextTest extends LocalAsyncContextTest
|
||||||
{
|
{
|
||||||
@Override
|
@Override
|
||||||
protected Connector initConnector()
|
protected Connector initConnector()
|
|
@ -23,7 +23,7 @@ import org.junit.Before;
|
||||||
|
|
||||||
|
|
||||||
/* ------------------------------------------------------------ */
|
/* ------------------------------------------------------------ */
|
||||||
public class SelectChannelConnectorCloseTest extends ConnectorCloseTestBase
|
public class ServerConnectorCloseTest extends ConnectorCloseTestBase
|
||||||
{
|
{
|
||||||
|
|
||||||
/* ------------------------------------------------------------ */
|
/* ------------------------------------------------------------ */
|
|
@ -23,7 +23,7 @@ import org.junit.Before;
|
||||||
/**
|
/**
|
||||||
* HttpServer Tester.
|
* HttpServer Tester.
|
||||||
*/
|
*/
|
||||||
public class SelectChannelServerTest extends HttpServerTestBase
|
public class ServerConnectorHttpServerTest extends HttpServerTestBase
|
||||||
{
|
{
|
||||||
@Before
|
@Before
|
||||||
public void init() throws Exception
|
public void init() throws Exception
|
|
@ -32,7 +32,7 @@ import org.eclipse.jetty.util.IO;
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class SelectChannelTimeoutTest extends ConnectorTimeoutTest
|
public class ServerConnectorTimeoutTest extends ConnectorTimeoutTest
|
||||||
{
|
{
|
||||||
@Before
|
@Before
|
||||||
public void init() throws Exception
|
public void init() throws Exception
|
Loading…
Reference in New Issue