"URLToURLCConversionTestCase.expected.xml");
}
public void testBadServer() throws Exception {
try {
doTest(new IntegrationTestHelper().getPipelineFactory(),
"URLToURLCConversionTestCase.bad_server.xml",
"URLToURLCConversionTestCase.bad_server.xml");
fail("Should have had an exception");
} catch (XMLProcessingException e) {
// Expected behaviour