Skip to content

Commit

Permalink
[FIX JENKINS-41457] Include issue number in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolobato committed Feb 6, 2017
1 parent 7b82a30 commit d6f72a3
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -32,6 +32,7 @@
import static org.junit.Assert.assertThat;
import org.junit.Rule;
import org.junit.Test;
import org.jvnet.hudson.test.Issue;
import org.jvnet.hudson.test.JenkinsRule;
import org.jvnet.hudson.test.TestExtension;

Expand Down Expand Up @@ -72,6 +73,7 @@ public void basics() throws Exception {
* Makes sure that {@link AlternativeUiTextProvider} actually works with a parameterized Job.
*/
@Test
@Issue("JENKINS-41757")
public void basicsWithParameter() throws Exception {
Impl.oldschool = false;
FreeStyleProject p = j.createFreeStyleProject("aaa");
Expand Down

0 comments on commit d6f72a3

Please sign in to comment.