Skip to content

Commit

Permalink
[JENKINS-32701] Minor touch-ups to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Mar 24, 2016
1 parent c87a49b commit a0b69f1
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -57,8 +57,9 @@ public class WindowsBatchScriptTest {
testWithPath("space in path@2");
}

@Test public void percentInPath2() throws Exception {
testWithPath("percent%in%path@2");
@Issue("JENKINS-32701")
@Test public void percentInPath() throws Exception {
testWithPath("percent%in%path");
}

private void testWithPath(String path) throws Exception {
Expand Down

0 comments on commit a0b69f1

Please sign in to comment.