mirror of https://github.com/apache/lucene.git
SOLR-5129: Renaming test class to ZkFailoverTest
This commit is contained in:
parent
04956b8a90
commit
6a3cd2788b
|
@ -28,7 +28,7 @@ import org.apache.zookeeper.KeeperException;
|
||||||
import org.junit.AfterClass;
|
import org.junit.AfterClass;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
|
|
||||||
public class FailoverZKtest extends SolrCloudTestCase {
|
public class ZkFailoverTest extends SolrCloudTestCase {
|
||||||
|
|
||||||
@BeforeClass
|
@BeforeClass
|
||||||
public static void setupCluster() throws Exception {
|
public static void setupCluster() throws Exception {
|
Loading…
Reference in New Issue