mirror of https://github.com/apache/lucene.git
Rename TestDirectoryFactory to DirectoryFactoriesTest (which is different from DirectoryFactoryTest). (#1790)
This commit is contained in:
parent
ccb299a2de
commit
f46515ee6b
|
@ -35,7 +35,7 @@ import java.util.List;
|
|||
* TODO: test more methods besides exists(String)
|
||||
* </p>
|
||||
*/
|
||||
public class TestDirectoryFactory extends SolrTestCaseJ4 {
|
||||
public class DirectoryFactoriesTest extends SolrTestCaseJ4 {
|
||||
|
||||
// TODO: what do we need to setup to be able to test HdfsDirectoryFactory?
|
||||
public static final List<Class<? extends DirectoryFactory>> ALL_CLASSES
|
Loading…
Reference in New Issue