mirror of https://github.com/apache/lucene.git
set class to abstract, making it possible to run tests by package from an IDE without this one causing a warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@588355 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
54de92ed53
commit
548618f4c0
|
@ -23,7 +23,7 @@ import junit.framework.TestCase;
|
|||
*
|
||||
* @author hbiestro
|
||||
*/
|
||||
public class AnalysisTestCase extends TestCase {
|
||||
abstract public class AnalysisTestCase extends TestCase {
|
||||
protected SolrConfig solrConfig;
|
||||
/** Creates a new instance of AnalysisTestCase */
|
||||
public AnalysisTestCase() {
|
||||
|
|
Loading…
Reference in New Issue