* Note, the order of parameters in the definition is important as a
* default value can only reference parameters.
*/
public void testDefaultDuplicateBothInline() throws Exception {
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() + ", " +