Skip to content

Commit

Permalink
[JENKINS-42310] Added Test cases for the JobDescription Lint defect
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Feb 24, 2017
1 parent a531774 commit e3b1b5a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -49,6 +49,7 @@ public class JobDescriptionCheckerTestCase {
MatrixProject project = j.createMatrixProject();
assertTrue(checker.executeCheck(project));
}
@Issue("JENKINS-42310")
@Test public void testMatrixProjectDescription() throws Exception {
MatrixProject project = j.createMatrixProject("WithoutSystem");
project.setDescription("Some Description");
Expand Down

0 comments on commit e3b1b5a

Please sign in to comment.