fix format removing extra space

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2019-04-07 10:05:59 +10:00
parent bd0f5ba313
commit 4ad8553fb1
7 changed files with 9 additions and 9 deletions

View File

@ -743,7 +743,7 @@ public class HttpClientTest extends AbstractHttpClientServerTest
@ParameterizedTest
@ArgumentsSource(ScenarioProvider.class)
@Tag( "ipv6" )
@Tag("ipv6")
public void testSendToIPv6Address(Scenario scenario) throws Exception
{
start(scenario, new EmptyServerHandler());
@ -1613,7 +1613,7 @@ public class HttpClientTest extends AbstractHttpClientServerTest
@ParameterizedTest
@ArgumentsSource(ScenarioProvider.class)
@Tag( "ipv6" )
@Tag("ipv6")
public void test_IPv6_Host(Scenario scenario) throws Exception
{
start(scenario, new AbstractHandler()

View File

@ -60,7 +60,7 @@ public class HttpClientURITest extends AbstractHttpClientServerTest
{
@ParameterizedTest
@ArgumentsSource(ScenarioProvider.class)
@Tag( "ipv6" )
@Tag("ipv6")
public void testIPv6Host(Scenario scenario) throws Exception
{
start(scenario, new EmptyServerHandler());

View File

@ -69,7 +69,7 @@ public class ProxyConfigurationTest
}
@Test
@Tag( "ipv6" )
@Tag("ipv6")
public void testProxyMatchesWithIncludesAndExcludesIPv6() throws Exception
{
HttpProxy proxy = new HttpProxy("host", 0);

View File

@ -506,7 +506,7 @@ public class HttpClientTest extends AbstractHttpClientServerTest
}
@Test
@Tag( "ipv6" )
@Tag("ipv6")
public void testSendToIPv6Address() throws Exception
{
start(new EmptyServerHandler());

View File

@ -2047,7 +2047,7 @@ public class HttpParserTest
}
@Test
@Tag( "ipv6" )
@Tag("ipv6")
public void testIPv6Host() throws Exception
{
ByteBuffer buffer = BufferUtil.toBuffer(
@ -2129,7 +2129,7 @@ public class HttpParserTest
}
@Test
@Tag( "ipv6" )
@Tag("ipv6")
public void testIPv6HostPort() throws Exception
{
ByteBuffer buffer = BufferUtil.toBuffer(

View File

@ -90,7 +90,7 @@ public class ConnectHandlerTest extends AbstractConnectHandlerTest
}
@Test
@Tag( "ipv6" )
@Tag("ipv6")
public void testCONNECTwithIPv6() throws Exception
{
String hostPort = "[::1]:" + serverConnector.getLocalPort();

View File

@ -83,7 +83,7 @@ public class ProxyConnectionTest
}
@Test
@Tag( "ipv6" )
@Tag("ipv6")
public void testIPv6() throws Exception
{
String response=_connector.getResponse("PROXY UNKNOWN eeee:eeee:eeee:eeee:eeee:eeee:eeee:eeee ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff 65535 65535\r\n"+