hidden local variable in tests -- close was refering to the wrong thing.

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684188 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2008-08-09 06:48:05 +00:00
parent 9354c58c15
commit 8f8c6f390b
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ public class JettyWebappTest extends TestCase
System.setProperty("solr.solr.home", "../../../example/solr");
String path = "../../webapp/web";
Server server = new Server(port);
server = new Server(port);
new WebAppContext(server, path, context );
SocketConnector connector = new SocketConnector();