提交 196000d7 编写于 作者: M Mark Fisher

removed printlns from test

上级 937de9f0
......@@ -39,7 +39,6 @@ public class QuartzSchedulerLifecycleTests {
sw.start("lazyScheduler");
context.destroy();
sw.stop();
System.out.println(sw.getTotalTimeMillis());
assertTrue("Quartz Scheduler with lazy-init is hanging on destruction: " +
sw.getTotalTimeMillis(), sw.getTotalTimeMillis() < 500);
}
......@@ -52,7 +51,6 @@ public class QuartzSchedulerLifecycleTests {
sw.start("lazyScheduler");
context.destroy();
sw.stop();
System.out.println(sw.getTotalTimeMillis());
assertTrue("Quartz Scheduler with lazy-init is hanging on destruction: " +
sw.getTotalTimeMillis(), sw.getTotalTimeMillis() < 500);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册