Skip to content

Commit

Permalink
[JENKINS-42000] Note that tests were added to track this issue
Browse files Browse the repository at this point in the history
- Tests should have been part of original contract though
  • Loading branch information
stephenc committed Feb 14, 2017
1 parent 9e6a295 commit 0205467
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/integration/EventsTest.java
Expand Up @@ -1204,6 +1204,7 @@ public void given_orgFolder_when_someReposMatch_then_scanCreatesMatchingProjects
}

@Test
@Issue("JENKINS-42000")
public void given_orgFolder_when_navigatorIoErrorScanning_then_scanRecordedAsFailure() throws Exception {
try (MockSCMController c = MockSCMController.create()) {
OrganizationFolder prj = r.jenkins.createProject(OrganizationFolder.class, "foo");
Expand Down Expand Up @@ -1257,6 +1258,7 @@ public void check(@CheckForNull String repository, @CheckForNull String branchOr
}

@Test
@Issue("JENKINS-42000")
public void given_orgFolder_when_sourceIoErrorScanning_then_scanRecordedAsFailure() throws Exception {
try (MockSCMController c = MockSCMController.create()) {
OrganizationFolder prj = r.jenkins.createProject(OrganizationFolder.class, "foo");
Expand Down

0 comments on commit 0205467

Please sign in to comment.