Skip to content

Commit

Permalink
[JENKINS-9843] Forgot to record what problem this was fixing.
Browse files Browse the repository at this point in the history
(cherry picked from commit 2ca619d)
  • Loading branch information
jglick committed Jun 24, 2014
1 parent e7f355b commit 64b8ae6
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -34,12 +34,14 @@
import org.jenkinsci.plugins.gitclient.MergeCommand;
import org.junit.Test;
import org.junit.Rule;
import org.jvnet.hudson.test.Issue;
import org.jvnet.hudson.test.JenkinsRule;

public class PreBuildMergeOptionsTest {

@Rule public JenkinsRule r = new JenkinsRule();

@Issue("JENKINS-9843")
@Test public void exporting() throws Exception {
FreeStyleProject p = r.createFreeStyleProject();
p.setScm(new GitSCM(Collections.singletonList(new UserRemoteConfig("http://wherever/thing.git", "repo", null, null)), null, null, null, null, null, Collections.<GitSCMExtension>singletonList(new PreBuildMerge(new UserMergeOptions("repo", "master", MergeCommand.Strategy.DEFAULT.name())))));
Expand Down

0 comments on commit 64b8ae6

Please sign in to comment.