提交 cedf17e0 编写于 作者: J Jesse Glick

Accidental Java 7 dependency in test.

上级 a114c693
......@@ -324,7 +324,7 @@ public class QueueTest extends HudsonTestCase {
try {
build = m.scheduleBuild2(0).get(60, TimeUnit.SECONDS);
} catch (TimeoutException x) {
throw new AssertionError(jenkins.getQueue().getApproximateItemsQuickly().toString(), x);
throw (AssertionError) new AssertionError(jenkins.getQueue().getApproximateItemsQuickly().toString()).initCause(x);
}
assertBuildStatusSuccess(build);
assertEquals("", build.getBuiltOnStr());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册