提交 2f39d500 编写于 作者: T tfennelly

Updated HtmlUnit BrowserVersions to FIREFOX_38

上级 98354fbf
......@@ -1628,7 +1628,7 @@ public abstract class HudsonTestCase extends TestCase implements RootAction {
public WebClient() {
// default is IE6, but this causes 'n.doScroll('left')' to fail in event-debug.js:1907 as HtmlUnit doesn't implement such a method,
// so trying something else, until we discover another problem.
super(BrowserVersion.FIREFOX_24);
super(BrowserVersion.FIREFOX_38);
setPageCreator(HudsonPageCreator.INSTANCE);
clients.add(this);
......
......@@ -1834,7 +1834,7 @@ public class JenkinsRule implements TestRule, MethodRule, RootAction {
public WebClient() {
// default is IE6, but this causes 'n.doScroll('left')' to fail in event-debug.js:1907 as HtmlUnit doesn't implement such a method,
// so trying something else, until we discover another problem.
super(BrowserVersion.FIREFOX_24);
super(BrowserVersion.FIREFOX_38);
// setJavaScriptEnabled(false);
setPageCreator(HudsonPageCreator.INSTANCE);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册