Repository: hbase
Updated Branches:
  refs/heads/branch-1 b2f42e430 -> c70da8b27


HBASE-11787 TestRegionLocations is not categorized (Nicolas Liochon)


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

Branch: refs/heads/branch-1
Commit: c70da8b2780fb6f7114a173238afc55ae0e29458
Parents: b2f42e4
Author: Enis Soztutar <e...@apache.org>
Authored: Mon Sep 8 16:36:34 2014 -0700
Committer: Enis Soztutar <e...@apache.org>
Committed: Mon Sep 8 16:37:31 2014 -0700

----------------------------------------------------------------------
 .../src/test/java/org/apache/hadoop/hbase/TestRegionLocations.java | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/c70da8b2/hbase-client/src/test/java/org/apache/hadoop/hbase/TestRegionLocations.java
----------------------------------------------------------------------
diff --git 
a/hbase-client/src/test/java/org/apache/hadoop/hbase/TestRegionLocations.java 
b/hbase-client/src/test/java/org/apache/hadoop/hbase/TestRegionLocations.java
index c9257d7..8d833c3 100644
--- 
a/hbase-client/src/test/java/org/apache/hadoop/hbase/TestRegionLocations.java
+++ 
b/hbase-client/src/test/java/org/apache/hadoop/hbase/TestRegionLocations.java
@@ -24,7 +24,9 @@ import static org.junit.Assert.assertNull;
 import static org.junit.Assert.assertTrue;
 
 import org.junit.Test;
+import org.junit.experimental.categories.Category;
 
+@Category(SmallTests.class)
 public class TestRegionLocations {
 
   ServerName sn0 = ServerName.valueOf("host0", 10, 10);

Reply via email to