mirror of https://github.com/apache/lucene.git
tests: fix comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@925522 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7f0db457f2
commit
08718bfed9
|
@ -71,8 +71,8 @@ public class SolrTestCaseJ4 extends LuceneTestCaseJ4 {
|
|||
super.tearDown();
|
||||
}
|
||||
|
||||
/** Call initCore in @BeforeClass to instantiate a solr core in your test class,
|
||||
* then call deleteCore in @AfterClass */
|
||||
/** Call initCore in @BeforeClass to instantiate a solr core in your test class.
|
||||
* deleteCore will be called for you via SolrTestCaseJ4 @AfterClass */
|
||||
public static void initCore(String config, String schema) throws Exception {
|
||||
configString = config;
|
||||
schemaString = schema;
|
||||
|
|
Loading…
Reference in New Issue