X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Ftest%2Forg%2Fwamblee%2Fxml%2FXslTransformerTest.java;h=5d9712909fc4f11082c2153add0afcc3f770cd54;hb=f01f49c35190e3fe1fbc4554f9892a044c428e62;hp=71c8e58216e3c334b8f919c257bad97b97ea5af8;hpb=e7344d379884b01a523a305599b7403fda4821e4;p=utils diff --git a/support/test/org/wamblee/xml/XslTransformerTest.java b/support/test/org/wamblee/xml/XslTransformerTest.java index 71c8e582..5d971290 100644 --- a/support/test/org/wamblee/xml/XslTransformerTest.java +++ b/support/test/org/wamblee/xml/XslTransformerTest.java @@ -209,9 +209,6 @@ public class XslTransformerTest extends TestCase { byte[] documentData = FileSystemUtils .read(xmlResource.getInputStream()).getBytes(); - DocumentBuilder builder = DocumentBuilderFactory.newInstance() - .newDocumentBuilder(); - String result = transformer.textTransform(documentData, xslt); String expected = "Hello world!";