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:
Doron Cohen 2007-12-05 06:41:14 +00:00
parent 0d2d6475ac
commit a0c9992f0b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import junit.framework.TestCase;
* <code>super.tearDown()</code>. * <code>super.tearDown()</code>.
*/ */
public class LuceneTestCase extends TestCase { public abstract class LuceneTestCase extends TestCase {
public LuceneTestCase() { public LuceneTestCase() {
super(); super();