提交 03a38acc 编写于 作者: J jheymans

test was not compiling, add missing method


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@7984 71c3de6d-444a-0410-be80-ed276b4c234a
上级 d55e2ba3
......@@ -11,6 +11,10 @@ import java.util.List;
public class RunTest extends TestCase {
private List<Run<?,?>.Artifact> createArtifactList(String... paths) {
Run<?,?> r = new Run(null,new GregorianCalendar()) {
public int compareTo(Object arg0) {
return 0;
}
};
Run<?,?>.ArtifactList list = r.new ArtifactList();
for (String p : paths) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册