mirror of https://github.com/apache/lucene.git
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:
parent
9354c58c15
commit
8f8c6f390b
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue