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:45:25 UTC

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

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 4bf2541  Rename ConfigSetsAPITest to TestConfigSetsAPIShareSchema (#1890)
4bf2541 is described below

commit 4bf254158ad92b5724576674619a72292a167836
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 {