You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ra...@apache.org on 2014/06/11 14:47:32 UTC

git commit: HBASE-11312:Minor refactoring of TestVisibilityLabels class(Srikanth via Ram)

Repository: hbase
Updated Branches:
  refs/heads/master 2ab3b325c -> eb1db5ac7


HBASE-11312:Minor refactoring of TestVisibilityLabels class(Srikanth via
Ram)


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

Branch: refs/heads/master
Commit: eb1db5ac71e225d0b7cee10a92341ececbc407c4
Parents: 2ab3b32
Author: Ramkrishna <ra...@intel.com>
Authored: Wed Jun 11 18:15:30 2014 +0530
Committer: Ramkrishna <ra...@intel.com>
Committed: Wed Jun 11 18:15:30 2014 +0530

----------------------------------------------------------------------
 .../hadoop/hbase/security/visibility/TestVisibilityLabels.java      | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/eb1db5ac/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabels.java
----------------------------------------------------------------------
diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabels.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabels.java
index 31e38b4..15eff02 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabels.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabels.java
@@ -813,7 +813,6 @@ public class TestVisibilityLabels {
       put.setCellVisibility(new CellVisibility(SECRET));
       table.put(put);
 
-      // TEST_UTIL.getHBaseAdmin().flush(tableName.getNameAsString());
       Scan s = new Scan();
       s.setMaxVersions(1);
       s.setAuthorizations(new Authorizations(SECRET));