mirror of https://github.com/apache/lucene.git
SOLR-4708: one more follow-up to a class that didn't extend from the base Solr test class.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1512322 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
57acbcfd00
commit
47c5d59d85
|
@ -23,6 +23,7 @@ import java.util.Random;
|
|||
|
||||
import org.apache.commons.io.IOUtils;
|
||||
import org.apache.lucene.util.LuceneTestCase;
|
||||
import org.apache.solr.SolrTestCaseJ4;
|
||||
import org.apache.solr.util.ExternalPaths;
|
||||
import org.eclipse.jetty.server.Connector;
|
||||
import org.eclipse.jetty.server.Server;
|
||||
|
@ -39,7 +40,7 @@ import com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule;
|
|||
*
|
||||
* @since solr 1.3
|
||||
*/
|
||||
public class JettyWebappTest extends LuceneTestCase
|
||||
public class JettyWebappTest extends SolrTestCaseJ4
|
||||
{
|
||||
int port = 0;
|
||||
static final String context = "/test";
|
||||
|
|
Loading…
Reference in New Issue