// throw new junit.framework.AssertionFailedError("Remote Exception caught: " + re );
// }
try {
javax.xml.rpc.namespace.QName sendValue = new javax.xml.rpc.namespace.QName("test1", "test2");
QNameHolder qh = new QNameHolder(sendValue);
javax.xml.rpc.namespace.QName actual = binding.methodQName(sendValue, qh);
} catch (java.rmi.RemoteException re) {
throw new junit.framework.AssertionFailedError("Remote Exception caught: " + re );
}
// Comment out for now because causes compile errors
// try {