Repository: accumulo Updated Branches: refs/heads/1.6 1df12a7b4 -> 7ff616928 refs/heads/master 15a459b64 -> 700cc0ccd
ACCUMULO-3505 Remove deprecated code usage Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7ff61692 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7ff61692 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7ff61692 Branch: refs/heads/1.6 Commit: 7ff6169288ed41db3f990547adfeea234586c6b1 Parents: 1df12a7 Author: Christopher Tubbs <ctubb...@apache.org> Authored: Wed Jan 21 18:02:08 2015 -0500 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Wed Jan 21 18:02:08 2015 -0500 ---------------------------------------------------------------------- test/src/test/java/org/apache/accumulo/test/ExistingMacIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/7ff61692/test/src/test/java/org/apache/accumulo/test/ExistingMacIT.java ---------------------------------------------------------------------- diff --git a/test/src/test/java/org/apache/accumulo/test/ExistingMacIT.java b/test/src/test/java/org/apache/accumulo/test/ExistingMacIT.java index 4acf302..6330a59 100644 --- a/test/src/test/java/org/apache/accumulo/test/ExistingMacIT.java +++ b/test/src/test/java/org/apache/accumulo/test/ExistingMacIT.java @@ -116,7 +116,7 @@ public class ExistingMacIT extends ConfigurableMacIT { MiniAccumuloClusterImpl accumulo2 = new MiniAccumuloClusterImpl(macConfig2); accumulo2.start(); - conn = accumulo2.getConnector("root", ROOT_PASSWORD); + conn = accumulo2.getConnector("root", new PasswordToken(ROOT_PASSWORD)); Scanner scanner = conn.createScanner("table1", Authorizations.EMPTY);