git://wamblee.org
/
utils
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fca1b37
)
(no commit message)
author
Erik Brakkee
<erik@brakkee.org>
Tue, 1 Aug 2006 11:52:54 +0000
(11:52 +0000)
committer
Erik Brakkee
<erik@brakkee.org>
Tue, 1 Aug 2006 11:52:54 +0000
(11:52 +0000)
support/test/org/wamblee/xml/XslTransformerTest.java
patch
|
blob
|
history
diff --git
a/support/test/org/wamblee/xml/XslTransformerTest.java
b/support/test/org/wamblee/xml/XslTransformerTest.java
index 71c8e58216e3c334b8f919c257bad97b97ea5af8..5d9712909fc4f11082c2153add0afcc3f770cd54 100644
(file)
--- 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!";