Skip to content

Commit

Permalink
Merge pull request #146 from jglick/standard-test-utils-JENKINS-26399
Browse files Browse the repository at this point in the history
[JENKINS-26399] Standard test utils
Originally-Committed-As: 2f6a9d24d2c8432e9b0abf6a31e00067fafd7ae0
  • Loading branch information
jglick committed Jul 20, 2015
2 parents 0827836 + 76add36 commit ce70be6
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -52,6 +52,7 @@
import org.junit.ClassRule;
import org.junit.Rule;
import org.junit.Test;
import org.jvnet.hudson.test.BuildWatcher;
import org.jvnet.hudson.test.Issue;
import org.jvnet.hudson.test.JenkinsRule;
import org.jvnet.hudson.test.recipes.LocalData;
Expand Down Expand Up @@ -228,7 +229,7 @@ public void failedToStartRun() throws Exception {
assertNotNull(p);
WorkflowRun b = p.getLastBuild();
assertNotNull(b);
r.assertBuildStatusSuccess(JenkinsRuleExt.waitForCompletion(b));
r.assertBuildStatusSuccess(r.waitForCompletion(b));
}

}

0 comments on commit ce70be6

Please sign in to comment.