Rename TestDirectoryFactory to DirectoryFactoriesTest (which is different from DirectoryFactoryTest). (#1790)

This commit is contained in:
Christine Poerschke 2020-09-09 13:08:20 +01:00 committed by GitHub
parent ccb299a2de
commit f46515ee6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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