提交 79a1f68e 编写于 作者: K Kohsuke Kawaguchi

added a test for JDK7 installation

上级 219a4c53
......@@ -122,6 +122,13 @@ public class JDKInstallerTest extends HudsonTestCase {
doTestAutoInstallation("jdk-6u13-oth-JPR@CDS-CDS_Developer", "1.6.0_13-b03");
}
/**
* JDK7 is distributed as a gzip file
*/
public void testAutoInstallation7() throws Exception {
doTestAutoInstallation("jdk-7-oth-JPR", "1.7.0-b147");
}
@Bug(3989)
public void testAutoInstallation142_17() throws Exception {
doTestAutoInstallation("j2sdk-1.4.2_17-oth-JPR@CDS-CDS_Developer", "1.4.2_17-b06");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册