This patch adds tests for MBeanServerInvocationHandler and MBeanServerPermission. Changelog: 2007-03-05 Andrew John Hughes * gnu/testlet/javax/management/MBeanServerInvocationHandler/Colour.java: Test enumeration. * gnu/testlet/javax/management/MBeanServerInvocationHandler/MBeanProxy.java: Test for proxying. * gnu/testlet/javax/management/MBeanServerInvocationHandler/Test.java: Implementation of TestMBean. * gnu/testlet/javax/management/MBeanServerInvocationHandler/TestC.java: Implementation of TestCMXBean. * gnu/testlet/javax/management/MBeanServerInvocationHandler/TestCMXBean.java: Interface for an MXBean for conversion testing. * gnu/testlet/javax/management/MBeanServerInvocationHandler/TestMBean.java: Interface for a test bean. * gnu/testlet/javax/management/MBeanServerInvocationHandler/TestX.java: Implementation of TestXMBean. * gnu/testlet/javax/management/MBeanServerInvocationHandler/TestXMBean.java: Interface for a test bean that extends Object's methods. * gnu/testlet/javax/management/MBeanServerPermission/Constructor.java: Test for MBeanServerPermission. -- Andrew :-) Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html public class gcj extends Freedom implements Java { ... }