mirror of https://github.com/apache/lucene.git
tests: setup to setUp
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1447075 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aee1929695
commit
608998e97c
|
@ -84,7 +84,7 @@ public class TestReplicationHandler extends SolrTestCaseJ4 {
|
||||||
|
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
public void setup() throws Exception {
|
public void setUp() throws Exception {
|
||||||
super.setUp();
|
super.setUp();
|
||||||
// For manual testing only
|
// For manual testing only
|
||||||
// useFactory(null); // force an FS factory
|
// useFactory(null); // force an FS factory
|
||||||
|
|
Loading…
Reference in New Issue