提交 f33b84d9 编写于 作者: T tfennelly

Setting browser version for HudsonTestCase

上级 fd4fdc91
......@@ -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_38);
super(BrowserVersion.FIREFOX_24);
setPageCreator(HudsonPageCreator.INSTANCE);
clients.add(this);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册