mirror of
https://github.com/apache/lucene.git
synced 2025-03-04 15:29:28 +00:00
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:
parent
ab1d793317
commit
9c55b27af6
@ -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 {
|
@ -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() {
|
Loading…
x
Reference in New Issue
Block a user