mirror of https://github.com/apache/lucene.git
SOLR-7307: Rename test file to make Eclipse happy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669427 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a044b12cf5
commit
dada4c8943
|
@ -29,7 +29,7 @@ import java.io.IOException;
|
|||
import java.nio.file.Path;
|
||||
import java.nio.file.Paths;
|
||||
|
||||
public class TestEmbeddedSolrServer extends SolrTestCaseJ4 {
|
||||
public class TestEmbeddedSolrServerConstructors extends SolrTestCaseJ4 {
|
||||
|
||||
@Test
|
||||
public void testPathConstructor() throws IOException {
|
Loading…
Reference in New Issue