< prev index next >

test/javax/management/loading/MLetInternalsTest.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

*** 34,44 **** --- 34,46 ---- /* * @test * @bug 8058089 * @summary Tests various internal functions provided by MLet for correctness * @author Jaroslav Bachorik + * * @modules java.management/javax.management.loading:open + * * @run testng MLetInternalsTest */ public class MLetInternalsTest { private final static String CONSTRUCT_PARAMETER = "constructParameter";
< prev index next >