Skip to content

Commit

Permalink
[JENKINS-33382] Use of WithOS annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
armfergom committed Mar 31, 2016
1 parent 7e4f105 commit e7426c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/plugins/MSBuildPluginTest.java
Expand Up @@ -5,6 +5,7 @@
import org.hamcrest.Matchers;
import org.jenkinsci.test.acceptance.junit.AbstractJUnitTest;
import org.jenkinsci.test.acceptance.junit.Native;
import org.jenkinsci.test.acceptance.junit.WithOS;
import org.jenkinsci.test.acceptance.junit.WithPlugins;
import org.jenkinsci.test.acceptance.msbuild.MSBuildStep;
import org.jenkinsci.test.acceptance.po.Build;
Expand All @@ -20,6 +21,7 @@
*/
@WithPlugins("msbuild")
@Native({"MSBuild"})
@WithOS(os = {WithOS.OS.WINDOWS})
public class MSBuildPluginTest extends AbstractJUnitTest {

/**
Expand Down

0 comments on commit e7426c6

Please sign in to comment.