< prev index next >

test/javax/management/loading/GetMBeansFromURLTest.java

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

*** 26,36 **** * @bug 5018593 * @summary Test that calling getMBeansFromURL(url) with a bogus URL on a * given MLet instance throws a ServiceNotFoundException exception * with a non null cause. * @author Luis-Miguel Alventosa ! * @modules java.management * @run clean GetMBeansFromURLTest * @run build GetMBeansFromURLTest * @run main GetMBeansFromURLTest */ --- 26,36 ---- * @bug 5018593 * @summary Test that calling getMBeansFromURL(url) with a bogus URL on a * given MLet instance throws a ServiceNotFoundException exception * with a non null cause. * @author Luis-Miguel Alventosa ! * * @run clean GetMBeansFromURLTest * @run build GetMBeansFromURLTest * @run main GetMBeansFromURLTest */
< prev index next >