Fix tests

(cherry picked from commit 521d946)
This commit is contained in:
David Pilato 2014-08-05 13:39:42 +02:00
parent b4e7cc062d
commit 0a5eb7c7df
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ import static org.hamcrest.Matchers.*;
*/
@AwsTest
@ClusterScope(scope = Scope.SUITE, numDataNodes = 2, numClientNodes = 0, transportClientRatio = 0.0)
abstract public class S3SnapshotRestoreAbstractTest extends AbstractAwsTest {
abstract public class AbstractS3SnapshotRestoreTest extends AbstractAwsTest {
@Override
public Settings indexSettings() {

View File

@ -24,7 +24,7 @@ import org.elasticsearch.common.settings.Settings;
/**
*/
public class S3SnapshotRestoreOverHttpTest extends S3SnapshotRestoreAbstractTest {
public class S3SnapshotRestoreOverHttpTest extends AbstractS3SnapshotRestoreTest {
@Override
public Settings nodeSettings(int nodeOrdinal) {
ImmutableSettings.Builder settings = ImmutableSettings.builder()

View File

@ -24,7 +24,7 @@ import org.elasticsearch.common.settings.Settings;
/**
*/
public class S3SnapshotRestoreOverHttpsTest extends S3SnapshotRestoreAbstractTest {
public class S3SnapshotRestoreOverHttpsTest extends AbstractS3SnapshotRestoreTest {
@Override
public Settings nodeSettings(int nodeOrdinal) {
ImmutableSettings.Builder settings = ImmutableSettings.builder()