提交 e472afa9 编写于 作者: K kohsuke

doc improvement.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@30035 71c3de6d-444a-0410-be80-ed276b4c234a
上级 9425e196
...@@ -820,6 +820,8 @@ public abstract class HudsonTestCase extends TestCase implements RootAction { ...@@ -820,6 +820,8 @@ public abstract class HudsonTestCase extends TestCase implements RootAction {
/** /**
* Submits the form. * Submits the form.
*
* Plain {@link HtmlForm#submit()} doesn't work correctly due to the use of YUI in Hudson.
*/ */
public HtmlPage submit(HtmlForm form) throws Exception { public HtmlPage submit(HtmlForm form) throws Exception {
return (HtmlPage)form.submit((HtmlButton)last(form.getHtmlElementsByTagName("button"))); return (HtmlPage)form.submit((HtmlButton)last(form.getHtmlElementsByTagName("button")));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册