提交 08b7541d 编写于 作者: K Kohsuke Kawaguchi

added another configRoundtrip method

上级 36ddba6b
......@@ -788,6 +788,11 @@ public abstract class HudsonTestCase extends TestCase implements RootAction {
return (C)computerConnectorTester.connector;
}
protected User configRoundtrip(User u) throws Exception {
submit(createWebClient().goTo(u.getUrl()+"/configure").getFormByName("config"));
return u;
}
/**
* Asserts that the outcome of the build is a specific outcome.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册