We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58db2a commit 98d5dfcCopy full SHA for 98d5dfc
test/jaxp/javax/xml/jaxp/unittest/transform/JDK8207760.java
@@ -122,7 +122,6 @@ public final void testBug8349699() throws Exception {
122
123
Transformer t = createTransformerFromInputstream(
124
new ByteArrayInputStream(xsl.getBytes(StandardCharsets.UTF_8)));
125
- //t.setOutputProperty(OutputKeys.ENCODING, StandardCharsets.UTF_8.name());
126
StringWriter sw = new StringWriter();
127
t.transform(new StreamSource(new StringReader(xml)), new StreamResult(sw));
128
Assert.assertEquals(sw.toString(), expected);
0 commit comments