提交 40ed4e5f 编写于 作者: Y yong.you

igonre the unused junit test"

上级 239f9724
......@@ -4,6 +4,7 @@ import java.text.SimpleDateFormat;
import java.util.Date;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.unidal.lookup.ComponentTestCase;
import org.unidal.webres.helper.Files;
......@@ -17,6 +18,7 @@ import com.dianping.cat.service.ReportConstants;
public class HeavyReportBuilderTest extends ComponentTestCase {
@Test
@Ignore
public void test() throws Exception {
HeavyReportBuilder builder = lookup(HeavyReportBuilder.class);
Date date = new SimpleDateFormat("yyyyMMddHH").parse("2013082600");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册