Skip to content

Commit 98d5dfc

Browse files
committed
un-needed property removed
1 parent d58db2a commit 98d5dfc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/jaxp/javax/xml/jaxp/unittest/transform/JDK8207760.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ public final void testBug8349699() throws Exception {
122122

123123
Transformer t = createTransformerFromInputstream(
124124
new ByteArrayInputStream(xsl.getBytes(StandardCharsets.UTF_8)));
125-
//t.setOutputProperty(OutputKeys.ENCODING, StandardCharsets.UTF_8.name());
126125
StringWriter sw = new StringWriter();
127126
t.transform(new StreamSource(new StringReader(xml)), new StreamResult(sw));
128127
Assert.assertEquals(sw.toString(), expected);

0 commit comments

Comments
 (0)