ACCUMULO-802 minor fixes of variables that got clobbered in rebase

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

Branch: refs/heads/ACCUMULO-802
Commit: 81cfabbd812666c787462caa573e73762b638dde
Parents: 5430fea
Author: Sean Hickey <[email protected]>
Authored: Thu Aug 8 15:05:16 2013 -0400
Committer: Christopher Tubbs <[email protected]>
Committed: Thu Oct 31 21:37:31 2013 -0400

----------------------------------------------------------------------
 .../src/test/java/org/apache/accumulo/test/ShellServerIT.java | 2 +-
 .../test/java/org/apache/accumulo/test/TableNamespacesIT.java | 7 +------
 2 files changed, 2 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/81cfabbd/test/src/test/java/org/apache/accumulo/test/ShellServerIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/ShellServerIT.java 
b/test/src/test/java/org/apache/accumulo/test/ShellServerIT.java
index 0814ea5..07ec083 100644
--- a/test/src/test/java/org/apache/accumulo/test/ShellServerIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/ShellServerIT.java
@@ -722,7 +722,7 @@ public class ShellServerIT extends SimpleMacIT {
   @Test(timeout = 30 * 1000)
   public void systempermission() throws Exception {
     exec("systempermissions");
-    assertEquals(8, output.get().split("\n").length - 1);
+    assertEquals(11, output.get().split("\n").length - 1);
     exec("tablepermissions", true);
     assertEquals(6, output.get().split("\n").length - 1);
   }

http://git-wip-us.apache.org/repos/asf/accumulo/blob/81cfabbd/test/src/test/java/org/apache/accumulo/test/TableNamespacesIT.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/accumulo/test/TableNamespacesIT.java 
b/test/src/test/java/org/apache/accumulo/test/TableNamespacesIT.java
index 1a52f72..38955e3 100644
--- a/test/src/test/java/org/apache/accumulo/test/TableNamespacesIT.java
+++ b/test/src/test/java/org/apache/accumulo/test/TableNamespacesIT.java
@@ -395,8 +395,6 @@ public class TableNamespacesIT {
   }
   
   /**
-<<<<<<< HEAD
-<<<<<<< HEAD
    * Tests that when a table moves to a new namespace that it's properties 
inherit from the new namespace and not the old one
    */
   @Test
@@ -435,11 +433,8 @@ public class TableNamespacesIT {
     assertTrue(!hasProp);
   }
   /**
-   *  Tests new Namespace permissions as well as modifications to Table 
permissions because of namespaces 
-=======
    * Tests new Namespace permissions as well as modifications to Table 
permissions because of namespaces. Checks each permission to first make sure 
the user
    * doesn't have permission to perform the action, then root grants them the 
permission and we check to make sure they could perform the action.
->>>>>>> ACCUMULO-1479 finished initial implementation of table namespace 
permissions, including tests
    */
   @Test
   public void testPermissions() throws Exception {
@@ -447,7 +442,7 @@ public class TableNamespacesIT {
     
     PasswordToken pass = new PasswordToken(secret);
     
-    String n1 = "namespace1";
+    String n1 = "spaceOfTheName";
     
     String user1 = "dude";
     

Reply via email to