You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2020/09/09 12:08:32 UTC

[lucene-solr] branch master updated: Rename TestDirectoryFactory to DirectoryFactoriesTest (which is different from DirectoryFactoryTest). (#1790)

This is an automated email from the ASF dual-hosted git repository.

cpoerschke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new f46515e  Rename TestDirectoryFactory to DirectoryFactoriesTest (which is different from DirectoryFactoryTest). (#1790)
f46515e is described below

commit f46515ee6b0981e2b37aea0673aa2f8794e8e69f
Author: Christine Poerschke <cp...@apache.org>
AuthorDate: Wed Sep 9 13:08:20 2020 +0100

    Rename TestDirectoryFactory to DirectoryFactoriesTest (which is different from DirectoryFactoryTest). (#1790)
---
 .../core/{TestDirectoryFactory.java => DirectoryFactoriesTest.java}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/core/TestDirectoryFactory.java b/solr/core/src/test/org/apache/solr/core/DirectoryFactoriesTest.java
similarity index 98%
rename from solr/core/src/test/org/apache/solr/core/TestDirectoryFactory.java
rename to solr/core/src/test/org/apache/solr/core/DirectoryFactoriesTest.java
index e37591a..4748a6f 100644
--- a/solr/core/src/test/org/apache/solr/core/TestDirectoryFactory.java
+++ b/solr/core/src/test/org/apache/solr/core/DirectoryFactoriesTest.java
@@ -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