You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2015/01/22 00:02:47 UTC

[2/3] accumulo git commit: ACCUMULO-3505 Remove deprecated code usage

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/master
Commit: 7ff6169288ed41db3f990547adfeea234586c6b1
Parents: 1df12a7
Author: Christopher Tubbs <ct...@apache.org>
Authored: Wed Jan 21 18:02:08 2015 -0500
Committer: Christopher Tubbs <ct...@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);