mirror of https://github.com/apache/lucene.git
Rename TestWildcard to TestWildcardQuery. (#13159)
This commit is contained in:
parent
1c77e2315c
commit
6445bc0a14
|
@ -30,8 +30,8 @@ import org.apache.lucene.tests.index.RandomIndexWriter;
|
||||||
import org.apache.lucene.tests.util.LuceneTestCase;
|
import org.apache.lucene.tests.util.LuceneTestCase;
|
||||||
import org.apache.lucene.util.automaton.Operations;
|
import org.apache.lucene.util.automaton.Operations;
|
||||||
|
|
||||||
/** TestWildcard tests the '*' and '?' wildcard characters. */
|
/** TestWildcardQuery tests the '*' and '?' wildcard characters. */
|
||||||
public class TestWildcard extends LuceneTestCase {
|
public class TestWildcardQuery extends LuceneTestCase {
|
||||||
|
|
||||||
@SuppressWarnings("unlikely-arg-type")
|
@SuppressWarnings("unlikely-arg-type")
|
||||||
public void testEquals() {
|
public void testEquals() {
|
Loading…
Reference in New Issue