* Tests if nested templates can have variables with the same name and the
* right variable is used when executing expressions.
*/
public void testMultipleCallsNested() throws Exception {
try {
doTest(new IntegrationTestHelper().getPipelineFactory(),
name + ".multiple_calls_nested_inp.xml",
name + ".multiple_calls_nested_exp.xml");
} catch (SAXParseException e) {
throw new ExtendedSAXException(e.getMessage() +
" (" + e.getLineNumber() + ", " + e.getColumnNumber() + ")", e);