提交 b09f8287 编写于 作者: J Jesse Glick

[JENKINS-21159] Noting #663 merge.

上级 20c4b06f
......@@ -55,6 +55,10 @@ Upcoming changes</a>
<!-- Record your changes in the trunk here. -->
<div id="trunk" style="display:none"><!--=TRUNK-BEGIN=-->
<ul class=image>
<li class=bug>
Build history widget only showed the last day of builds.
(Due to JENKINS-20892, even with this fix at most 20 builds are shown.)
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21159">issue 21159</a>)
<li class=rfe>
Split the “raw HTML” markup formatter out of core into a bundled plugin.
</ul>
......
......@@ -23,14 +23,12 @@
*/
package hudson.util;
import static org.mockito.Mockito.when;
import hudson.model.Run;
import java.util.ArrayList;
import junit.framework.TestCase;
import org.junit.runner.RunWith;
import org.jvnet.hudson.test.Bug;
import static org.mockito.Mockito.when;
import org.powermock.api.mockito.PowerMockito;
import org.powermock.core.classloader.annotations.PrepareForTest;
import org.powermock.modules.junit4.PowerMockRunner;
......@@ -73,6 +71,7 @@ public class RunListTest extends TestCase {
}
@Bug(21159)
@PrepareForTest({Run.class})
public void testbyTimestampFirstRun() {
setUpByTimestampRuns();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册