8172761: Test change in tools/jar/InputFilesTest.java for JDK-8172432 is missing

Reviewed-by: mchung
This commit is contained in:
Xueming Shen 2017-01-12 22:44:13 -08:00
parent 82f1bd54eb
commit 3f70732b40

View File

@ -102,6 +102,7 @@ public class InputFilesTest {
"META-INF/MANIFEST.MF" + nl +
"testfile1" + nl +
"testfile2" + nl +
"META-INF/versions/9/" + nl +
"META-INF/versions/9/testfile3" + nl +
"META-INF/versions/9/testfile4" + nl;
rm("test.jar test1 test2 test3 test4");