@SuppressWarnings("unchecked")
public void testGenericValueUpdate()
{
super.enableTrace("org.jboss.managed");
AbstractManagedObjectFactory mof = new AbstractManagedObjectFactory();
mof.setInstanceClassFactory(JmsDestination.class, new JmsDestinationICF(mof));
testMOF = mof;
JmsDestinations destinations = new JmsDestinations();
List<JmsDestination> queues = new ArrayList<JmsDestination>();
QueueDestination q1 = new QueueDestination();