Rename TestSolrTestCaseJ4 to SolrTestCaseJ4DeleteCoreTest. (#2032)

This commit is contained in:
Christine Poerschke 2020-11-02 16:13:01 +00:00 committed by GitHub
parent 2a2e612db0
commit 0729746d77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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");