mirror of https://github.com/apache/lucene.git
Rename TestSolrTestCaseJ4 to SolrTestCaseJ4DeleteCoreTest. (#2032)
This commit is contained in:
parent
2a2e612db0
commit
0729746d77
|
@ -18,7 +18,7 @@
|
||||||
package org.apache.solr;
|
package org.apache.solr;
|
||||||
|
|
||||||
/** Test the test */
|
/** Test the test */
|
||||||
public class TestSolrTestCaseJ4 extends SolrTestCaseJ4 {
|
public class SolrTestCaseJ4DeleteCoreTest extends SolrTestCaseJ4 {
|
||||||
|
|
||||||
public void testDeleteCore() throws Exception {
|
public void testDeleteCore() throws Exception {
|
||||||
initCore("solrconfig.xml","schema.xml");
|
initCore("solrconfig.xml","schema.xml");
|
Loading…
Reference in New Issue