try {
doTest(new IntegrationTestHelper().getPipelineFactory(),
name + ".defdup_both_input_inline.xml",
name + ".defdup_both_expected.xml");
} catch (SAXParseException e) {
throw new ExtendedSAXException(e.getMessage() +
" (" + e.getLineNumber() + ", " +
e.getColumnNumber() + ")", e);
}
}