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

updated the test to cope with the change in the syntax-highlighted description editing

上级 2c4516dc
......@@ -134,11 +134,12 @@ public class JUnitResultArchiverTest extends HudsonTestCase {
}
private void testSetDescription(String url, TestObject object) throws Exception {
HtmlPage page = new WebClient().goTo(url);
object.doSubmitDescription("description");
// test the roundtrip
HtmlPage page = new WebClient().goTo(url);
page.getAnchorByHref("editDescription").click();
HtmlForm form = findForm(page, "submitDescription");
form.getTextAreaByName("description").setText("description");
submit(form);
assertEquals("description", object.getDescription());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册