Using a random port for the tests.

This commit is contained in:
Simone Bordet 2011-12-23 23:59:05 +01:00
parent 9e6dcc1c11
commit 3a1aff9221
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class WebSocketRedeployTest
{
server = new Server();
SelectChannelConnector connector = new SelectChannelConnector();
connector.setPort(8080);
// connector.setPort(8080);
server.addConnector(connector);
HandlerCollection handlers = new HandlerCollection();