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:13:16 UTC

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

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

commit 0729746d77bdb8a71a8e637a87e7b32cfb04353a
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");