< prev index next >

test/jdk/tools/launcher/modules/addexports/manifest/AddExportsAndOpensInManifest.java

Print this page
rev 51638 : [mq]: 8210112

*** 22,31 **** --- 22,32 ---- */ /** * @test * @library /lib/testlibrary + * @library /test/lib * @modules jdk.compiler * @build AddExportsAndOpensInManifest Test2 JarUtils jdk.testlibrary.* * @compile --add-exports=java.base/jdk.internal.misc=ALL-UNNAMED Test1.java * @run testng AddExportsAndOpensInManifest * @summary Basic test for Add-Exports and Add-Opens attributes in the
*** 37,48 **** import java.nio.file.Path; import java.nio.file.Paths; import java.util.jar.Attributes; import java.util.jar.Manifest; ! import jdk.testlibrary.OutputAnalyzer; ! import jdk.testlibrary.ProcessTools; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import static org.testng.Assert.*; --- 38,49 ---- import java.nio.file.Path; import java.nio.file.Paths; import java.util.jar.Attributes; import java.util.jar.Manifest; ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import static org.testng.Assert.*;
< prev index next >