You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bi...@apache.org on 2013/11/13 17:46:21 UTC

[2/3] git commit: ACCUMULO-1881 added fake username to ShellConfigTest

ACCUMULO-1881 added fake username to ShellConfigTest


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/ff9bfeb8
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/ff9bfeb8
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/ff9bfeb8

Branch: refs/heads/master
Commit: ff9bfeb8810794b10ab69b18998a6fe183e45a29
Parents: 0e63755
Author: Billie Rinaldi <bi...@gmail.com>
Authored: Wed Nov 13 08:42:56 2013 -0800
Committer: Billie Rinaldi <bi...@gmail.com>
Committed: Wed Nov 13 08:42:56 2013 -0800

----------------------------------------------------------------------
 .../java/org/apache/accumulo/core/util/shell/ShellConfigTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/ff9bfeb8/core/src/test/java/org/apache/accumulo/core/util/shell/ShellConfigTest.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/apache/accumulo/core/util/shell/ShellConfigTest.java b/core/src/test/java/org/apache/accumulo/core/util/shell/ShellConfigTest.java
index 465e9c9..df4d817 100644
--- a/core/src/test/java/org/apache/accumulo/core/util/shell/ShellConfigTest.java
+++ b/core/src/test/java/org/apache/accumulo/core/util/shell/ShellConfigTest.java
@@ -77,7 +77,7 @@ public class ShellConfigTest {
   
   @Test
   public void testTokenAndOption() {
-    assertFalse(shell.config("--fake", "-tc", PasswordToken.class.getCanonicalName(), "-l", "password=foo"));
+    assertFalse(shell.config("--fake", "-tc", PasswordToken.class.getCanonicalName(), "-u", "foo", "-l", "password=foo"));
   }
   
   @Test