(no commit message)
[utils] / support / test / org / wamblee / xml / XslTransformerTest.java
index 71c8e58216e3c334b8f919c257bad97b97ea5af8..5d9712909fc4f11082c2153add0afcc3f770cd54 100644 (file)
@@ -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!";