HBASE-4863 Addendum to add category for TestThreads
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1206369 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ec4ebc7ee3
commit
7dd0694984
|
@ -18,12 +18,15 @@
|
||||||
*/
|
*/
|
||||||
package org.apache.hadoop.hbase.util;
|
package org.apache.hadoop.hbase.util;
|
||||||
|
|
||||||
import static org.junit.Assert.*;
|
import static org.junit.Assert.assertTrue;
|
||||||
|
|
||||||
import org.apache.commons.logging.Log;
|
import org.apache.commons.logging.Log;
|
||||||
import org.apache.commons.logging.LogFactory;
|
import org.apache.commons.logging.LogFactory;
|
||||||
|
import org.apache.hadoop.hbase.SmallTests;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
import org.junit.experimental.categories.Category;
|
||||||
|
|
||||||
|
@Category(SmallTests.class)
|
||||||
public class TestThreads {
|
public class TestThreads {
|
||||||
private static final Log LOG = LogFactory.getLog(TestThreads.class);
|
private static final Log LOG = LogFactory.getLog(TestThreads.class);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue