This adds tests to handle various ObjectNames and their initial construction. A separate set of tests is used for 1.6 format names (with wildcard values). It also updates the MXBean tests to account for nested MXBeans. Changelog: 2007-04-07 Andrew John Hughes * gnu/testlet/javax/management/ObjectName/Parsing.java: Parse tests for 1.5. * gnu/testlet/javax/management/ObjectName/ParsingJDK6.java: Parse tests for 1.6. * gnu/testlet/javax/management/MBeanServerInvocationHandler/MBeanProxy.java: Add MXBean conversion tests. * gnu/testlet/javax/management/MBeanServerInvocationHandler/TestC.java: Likewise. * gnu/testlet/javax/management/MBeanServerInvocationHandler/TestCMXBean.java: Likewise. -- Andrew :-) Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html public class gcj extends Freedom implements Java { ... }