提交 7f674991 编写于 作者: T Tim Lantz

[FIXED JENKINS-18368]: added Bug attributes

上级 d6ccf84e
......@@ -93,6 +93,7 @@ public class LauncherTest extends ChannelTestCase {
assertTrue(log, log.contains("val1 val2"));
}
@Bug(18368)
public void testDecoratedByEnvMaintainsIsUnix() throws Exception {
ByteArrayOutputStream output = new ByteArrayOutputStream();
TaskListener listener = new StreamBuildListener(output);
......@@ -104,6 +105,7 @@ public class LauncherTest extends ChannelTestCase {
assertEquals(true, decorated.isUnix());
}
@Bug(18368)
public void testDecoratedByPrefixMaintainsIsUnix() throws Exception {
ByteArrayOutputStream output = new ByteArrayOutputStream();
TaskListener listener = new StreamBuildListener(output);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册