Skip to content

Commit

Permalink
[JENKINS-21159] Noting #663 merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Feb 18, 2014
1 parent 20c4b06 commit b09f828
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions changelog.html
Expand Up @@ -55,6 +55,10 @@
<!-- 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>
Expand Down
7 changes: 3 additions & 4 deletions core/src/test/java/hudson/util/RunListTest.java
Expand Up @@ -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;
Expand Down Expand Up @@ -73,6 +71,7 @@ public void testbyTimestampAllRuns() {

}

@Bug(21159)
@PrepareForTest({Run.class})
public void testbyTimestampFirstRun() {
setUpByTimestampRuns();
Expand Down

0 comments on commit b09f828

Please sign in to comment.