< prev index next >

test/javax/management/remote/mandatory/connection/RMIConnectorLogAttributesTest.java

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

*** 53,62 **** --- 53,65 ---- /** * @test * @bug 8147857 * @summary Tests whether RMIConnector logs attribute names correctly. * @author Severin Gehwolf + * + * @modules java.logging + * java.management.rmi */ public class RMIConnectorLogAttributesTest { private static final String ILLEGAL = ", FirstName[LastName]"; private static final Logger logger = Logger.getLogger("javax.management.remote.rmi");
< prev index next >