< prev index next >

test/jdk/java/lang/module/AutomaticModulesTest.java

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

*** 21,32 **** * questions. */ /** * @test ! * @library /lib/testlibrary ! * @build AutomaticModulesTest ModuleUtils JarUtils * @run testng AutomaticModulesTest * @summary Basic tests for automatic modules */ import java.io.IOException; --- 21,33 ---- * questions. */ /** * @test ! * @library /lib/testlibrary /test/lib ! * @build AutomaticModulesTest ModuleUtils ! * jdk.test.lib.util.JarUtils * @run testng AutomaticModulesTest * @summary Basic tests for automatic modules */ import java.io.IOException;
*** 46,55 **** --- 47,58 ---- import java.util.jar.Attributes; import java.util.jar.Manifest; import java.util.stream.Collectors; import java.util.stream.Stream; + import jdk.test.lib.util.JarUtils; + import org.testng.annotations.DataProvider; import org.testng.annotations.Test; import static org.testng.Assert.*; @Test
< prev index next >