LUCENE-4038: fix test naming so these tests actually run

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1334951 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-05-07 11:02:31 +00:00
parent ab1d793317
commit 9c55b27af6
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ import com.spatial4j.core.context.simple.SimpleSpatialContext;
import org.junit.Before;
public class RecursivePrefixTreeStrategyTestCase extends BaseRecursivePrefixTreeStrategyTestCase {
public class TestRecursivePrefixTreeStrategy extends BaseRecursivePrefixTreeStrategyTestCase {
@Before
public void setUp() throws Exception {

View File

@ -20,7 +20,7 @@ package org.apache.lucene.spatial.vector;
import com.spatial4j.core.context.SpatialContext;
import com.spatial4j.core.context.simple.SimpleSpatialContext;
public class TwoDoublesStrategyTestCase extends BaseTwoDoublesStrategyTestCase {
public class TestTwoDoublesStrategy extends BaseTwoDoublesStrategyTestCase {
@Override
protected SpatialContext getSpatialContext() {