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/11/02 16:15:21 UTC

[lucene-solr] branch branch_8x updated: Rename TestSolrTestCaseJ4 to SolrTestCaseJ4DeleteCoreTest. (#2032)

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 5f8056d  Rename TestSolrTestCaseJ4 to SolrTestCaseJ4DeleteCoreTest. (#2032)
5f8056d is described below

commit 5f8056dd24629d88b384de9f36043fd28a4ef9a7
Author: Christine Poerschke <cp...@apache.org>
AuthorDate: Mon Nov 2 16:13:01 2020 +0000

    Rename TestSolrTestCaseJ4 to SolrTestCaseJ4DeleteCoreTest. (#2032)
---
 .../solr/{TestSolrTestCaseJ4.java => SolrTestCaseJ4DeleteCoreTest.java} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/TestSolrTestCaseJ4.java b/solr/core/src/test/org/apache/solr/SolrTestCaseJ4DeleteCoreTest.java
similarity index 94%
rename from solr/core/src/test/org/apache/solr/TestSolrTestCaseJ4.java
rename to solr/core/src/test/org/apache/solr/SolrTestCaseJ4DeleteCoreTest.java
index deb8edc..8c344f9 100644
--- a/solr/core/src/test/org/apache/solr/TestSolrTestCaseJ4.java
+++ b/solr/core/src/test/org/apache/solr/SolrTestCaseJ4DeleteCoreTest.java
@@ -18,7 +18,7 @@
 package org.apache.solr;
 
 /** Test the test */
-public class TestSolrTestCaseJ4 extends SolrTestCaseJ4 {
+public class SolrTestCaseJ4DeleteCoreTest extends SolrTestCaseJ4 {
 
   public void testDeleteCore() throws Exception {
     initCore("solrconfig.xml","schema.xml");