}
public void testRawContent()
{
SRApp flow = new SRApp();
RawContentFlow flow1 = new RawContentFlow();
flow1.setOutputXMLTag(false);
String s = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>";
flow1.setContent(s + "<vxml>abc</vxml>");
flow.add(flow1);
BaseTest base = new BaseTest();
SRInstance run = base.StartIt(flow);
base.Proceed(run, "");