提交 d723d4aa 编写于 作者: V Vojtech Juranek

Added bug number to the test

上级 460e5081
......@@ -34,6 +34,7 @@ import java.net.URL;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.jvnet.hudson.test.Bug;
import org.kohsuke.stapler.Stapler;
import org.kohsuke.stapler.StaplerRequest;
import org.mockito.Mockito;
......@@ -84,6 +85,7 @@ public class JenkinsGetRootUrlTest {
rootUrlIs("http://configured.host/");
}
@Bug(16368)
@Test
public void inheritProtocolWhenDispatchingRequest() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册