< prev index next >

test/jdk/tools/launcher/modules/validate/ValidateModulesTest.java

Print this page
rev 51881 : [mq]: 8211171
rev 51882 : [mq]: 8211171-1

*** 23,34 **** /** * @test * @bug 8178380 8194937 * @modules java.xml ! * @library src /lib/testlibrary /test/lib ! * @build ValidateModulesTest hello/* JarUtils * @run testng ValidateModulesTest * @summary Basic test for java --validate-modules */ import java.io.File; --- 23,34 ---- /** * @test * @bug 8178380 8194937 * @modules java.xml ! * @library src /test/lib ! * @build ValidateModulesTest hello/* jdk.test.lib.util.JarUtils * @run testng ValidateModulesTest * @summary Basic test for java --validate-modules */ import java.io.File;
*** 36,45 **** --- 36,46 ---- import java.nio.file.Files; import java.nio.file.Path; import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer; + import jdk.test.lib.util.JarUtils; import org.testng.annotations.Test; import static org.testng.Assert.*; @Test
< prev index next >