< prev index next >

test/sun/management/StackTraceElementCompositeData/CompatibilityTest.java

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

*** 13,25 **** /* * @test * @bug 8139587 * @summary Check backward compatibility of StackTraceElementCompositeData - * @modules java.management/sun.management - * @run testng CompatibilityTest * @author Jaroslav Bachorik */ public class CompatibilityTest { private static CompositeType compositeTypeV6; private static Map<String, Object> itemsV6; --- 13,25 ---- /* * @test * @bug 8139587 * @summary Check backward compatibility of StackTraceElementCompositeData * @author Jaroslav Bachorik + * + * @run testng CompatibilityTest */ public class CompatibilityTest { private static CompositeType compositeTypeV6; private static Map<String, Object> itemsV6;
*** 68,72 **** --- 68,73 ---- assertNull(ste.getModuleName()); assertNull(ste.getModuleVersion()); } } +
< prev index next >