提交 3488cf1e 编写于 作者: K Kohsuke Kawaguchi

regression introduced in 6253fb1b. The first entry, which in most cases is the...

regression introduced in 6253fb1b. The first entry, which in most cases is the only entry, gets ignored.
上级 5c7184d3
......@@ -1352,8 +1352,6 @@ public abstract class HudsonTestCase extends TestCase implements RootAction {
final Enumeration<URL> e = getClass().getClassLoader().getResources("the.hpl");
if(!e.hasMoreElements()) return; // nope
final URL hpl = e.nextElement();
recipes.add(new Runner() {
@Override
public void decorateHome(HudsonTestCase testCase, File home) throws Exception {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册