ACCUMULO-3401 Remove use of SimpleMacIT from ACCUMULO-3176
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/17898c32 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/17898c32 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/17898c32 Branch: refs/heads/master Commit: 17898c329750c3400acd926d9fbab13e01e51828 Parents: d83eca8 Author: Christopher Tubbs <ctubb...@apache.org> Authored: Mon Dec 15 13:03:49 2014 -0500 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Mon Dec 15 13:03:49 2014 -0500 ---------------------------------------------------------------------- .../apache/accumulo/test/CreateTableWithNewTableConfigIT.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/17898c32/test/src/test/java/org/apache/accumulo/test/CreateTableWithNewTableConfigIT.java ---------------------------------------------------------------------- diff --git a/test/src/test/java/org/apache/accumulo/test/CreateTableWithNewTableConfigIT.java b/test/src/test/java/org/apache/accumulo/test/CreateTableWithNewTableConfigIT.java index ba7a3ca..b2458a1 100644 --- a/test/src/test/java/org/apache/accumulo/test/CreateTableWithNewTableConfigIT.java +++ b/test/src/test/java/org/apache/accumulo/test/CreateTableWithNewTableConfigIT.java @@ -32,7 +32,7 @@ import org.apache.accumulo.core.data.Value; import org.apache.accumulo.core.metadata.MetadataTable; import org.apache.accumulo.core.metadata.schema.MetadataSchema.TabletsSection.ServerColumnFamily; import org.apache.accumulo.core.security.Authorizations; -import org.apache.accumulo.test.functional.SimpleMacIT; +import org.apache.accumulo.harness.SharedMiniClusterIT; import org.apache.log4j.Logger; import org.junit.Assert; import org.junit.Test; @@ -40,7 +40,7 @@ import org.junit.Test; /** * */ -public class CreateTableWithNewTableConfigIT extends SimpleMacIT { +public class CreateTableWithNewTableConfigIT extends SharedMiniClusterIT { static private final Logger log = Logger.getLogger(CreateTableWithNewTableConfigIT.class); @Override