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:
Zhihong Yu 2011-11-25 23:05:27 +00:00
parent ec4ebc7ee3
commit 7dd0694984
1 changed files with 4 additions and 1 deletions

View File

@ -18,12 +18,15 @@
*/
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.LogFactory;
import org.apache.hadoop.hbase.SmallTests;
import org.junit.Test;
import org.junit.experimental.categories.Category;
@Category(SmallTests.class)
public class TestThreads {
private static final Log LOG = LogFactory.getLog(TestThreads.class);