提交 dd3dc92d 编写于 作者: K Kohsuke Kawaguchi

Fixed a regression in 9fbcb99d

The test was not updated to reflect the URL change. This is blocking a
release.
上级 461472fc
......@@ -124,7 +124,7 @@ public class JnlpAccessWithSecuredHudsonTest extends HudsonTestCase {
fail("SECURITY-206: " + channel.call(new Attack(f.getAbsolutePath())));
} catch (SecurityException x) {
System.out.println("expected: " + x);
assertTrue(x.getMessage().contains("http://jenkins-ci.org/security-144"));
assertTrue(x.getMessage().contains("https://jenkins.io/redirect/security-144"));
}
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册