thomaswoeckinger commented on a change in pull request #665: Fixes SOLR-13539
URL: https://github.com/apache/lucene-solr/pull/665#discussion_r298802139
##########
File path:
solr/solrj/src/test/org/apache/solr/client/solrj/response/TestSpellCheckResponse.java
##########
@@ -27,21 +29,22 @@
import org.junit.BeforeClass;
import org.junit.Test;
-import java.util.List;
+import junit.framework.Assert;
/**
* Test for SpellCheckComponent's response in Solrj
*
*
* @since solr 1.3
*/
-public class TestSpellCheckResponse extends SolrJettyTestBase {
+public class TestSpellCheckResponse extends EmbeddedSolrServerTestBase {
Review comment:
Because the test uses the hidden EmbeddedSolrServer, so moved it to the new
base
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]