Renaming old 'SelectChannel*' test for new naming scheme

This commit is contained in:
Joakim Erdfelt 2015-10-13 08:10:16 -07:00
parent ea9c2cc9d9
commit b02783220e
5 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -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()

View File

@ -23,7 +23,7 @@ import org.junit.Before;
/* ------------------------------------------------------------ */
public class SelectChannelConnectorCloseTest extends ConnectorCloseTestBase
public class ServerConnectorCloseTest extends ConnectorCloseTestBase
{
/* ------------------------------------------------------------ */

View File

@ -23,7 +23,7 @@ import org.junit.Before;
/**
* HttpServer Tester.
*/
public class SelectChannelServerTest extends HttpServerTestBase
public class ServerConnectorHttpServerTest extends HttpServerTestBase
{
@Before
public void init() throws Exception

View File

@ -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