提交 84788b75 编写于 作者: T tfennelly

UseRecipesWithJenkinsRuleTest compiling against HtmlUnit 2.17

上级 83d529cb
......@@ -62,7 +62,7 @@ public class UseRecipesWithJenkinsRuleTest {
private void verifyNotError(WebClient wc) throws IOException, SAXException {
HtmlPage p = wc.goTo("loginError");
URL url = p.getWebResponse().getUrl();
URL url = p.getUrl();
System.out.println(url);
assertFalse(url.toExternalForm().contains("login"));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册