mirror of https://github.com/apache/lucene.git
make LuceneTestrCase abstract for junit to run smoother from Eclipse.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@601222 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0d2d6475ac
commit
a0c9992f0b
|
@ -30,7 +30,7 @@ import junit.framework.TestCase;
|
|||
* <code>super.tearDown()</code>.
|
||||
*/
|
||||
|
||||
public class LuceneTestCase extends TestCase {
|
||||
public abstract class LuceneTestCase extends TestCase {
|
||||
|
||||
public LuceneTestCase() {
|
||||
super();
|
||||
|
|
Loading…
Reference in New Issue