We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 219a4c5 commit 79a1f68Copy full SHA for 79a1f68
1 file changed
test/src/test/java/hudson/tools/JDKInstallerTest.java
@@ -122,6 +122,13 @@ public void testAutoInstallation6u13() throws Exception {
122
doTestAutoInstallation("jdk-6u13-oth-JPR@CDS-CDS_Developer", "1.6.0_13-b03");
123
}
124
125
+ /**
126
+ * JDK7 is distributed as a gzip file
127
+ */
128
+ public void testAutoInstallation7() throws Exception {
129
+ doTestAutoInstallation("jdk-7-oth-JPR", "1.7.0-b147");
130
+ }
131
+
132
@Bug(3989)
133
public void testAutoInstallation142_17() throws Exception {
134
doTestAutoInstallation("j2sdk-1.4.2_17-oth-JPR@CDS-CDS_Developer", "1.4.2_17-b06");
0 commit comments