public void testUpdateFlow() throws Exception
{
final MuleEvent event = getTestEvent("");
final SimpleFlowConstruct flow = lookupFlowConstruct("MainFlow");
final MuleEvent responseEvent = flow.process(event);
System.out.println(responseEvent);
}
private SimpleFlowConstruct lookupFlowConstruct(final String name)
{