Skip to content

Commit 79a1f68

Browse files
committed
added a test for JDK7 installation
1 parent 219a4c5 commit 79a1f68

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

test/src/test/java/hudson/tools/JDKInstallerTest.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,13 @@ public void testAutoInstallation6u13() throws Exception {
122122
doTestAutoInstallation("jdk-6u13-oth-JPR@CDS-CDS_Developer", "1.6.0_13-b03");
123123
}
124124

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+
125132
@Bug(3989)
126133
public void testAutoInstallation142_17() throws Exception {
127134
doTestAutoInstallation("j2sdk-1.4.2_17-oth-JPR@CDS-CDS_Developer", "1.4.2_17-b06");

0 commit comments

Comments
 (0)