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/10/26 09:48:02 UTC

[lucene-solr] branch branch_8x updated: Rename ConfigSetsAPITest to TestConfigSetsAPIShareSchema (#1890)

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

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


The following commit(s) were added to refs/heads/branch_8x by this push:
     new a1cc8e1  Rename ConfigSetsAPITest to TestConfigSetsAPIShareSchema (#1890)
a1cc8e1 is described below

commit a1cc8e123130232b66bde27a347b79bc7fcaae70
Author: Christine Poerschke <cp...@apache.org>
AuthorDate: Mon Oct 26 09:45:13 2020 +0000

    Rename ConfigSetsAPITest to TestConfigSetsAPIShareSchema (#1890)
---
 .../cloud/{ConfigSetsAPITest.java => TestConfigSetsAPIShareSchema.java} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/cloud/ConfigSetsAPITest.java b/solr/core/src/test/org/apache/solr/cloud/TestConfigSetsAPIShareSchema.java
similarity index 98%
rename from solr/core/src/test/org/apache/solr/cloud/ConfigSetsAPITest.java
rename to solr/core/src/test/org/apache/solr/cloud/TestConfigSetsAPIShareSchema.java
index 0053fd9..1d93e2f 100644
--- a/solr/core/src/test/org/apache/solr/cloud/ConfigSetsAPITest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/TestConfigSetsAPIShareSchema.java
@@ -26,7 +26,7 @@ import org.junit.AfterClass;
 import org.junit.BeforeClass;
 import org.junit.Test;
 
-public class ConfigSetsAPITest extends SolrCloudTestCase {
+public class TestConfigSetsAPIShareSchema extends SolrCloudTestCase {
 
   @BeforeClass
   public static void setupCluster() throws Exception {