mirror of https://github.com/apache/poi.git
Fix an api-violations introduced in a test-case
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776633 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c331523fc5
commit
8f346f598b
|
@ -35,6 +35,6 @@ public class TestSAXHelper {
|
|||
assertEquals(SAXHelper.IGNORING_ENTITY_RESOLVER, reader.getEntityResolver());
|
||||
assertNotNull(reader.getProperty("http://apache.org/xml/properties/security-manager"));
|
||||
|
||||
reader.parse(new InputSource(new ByteArrayInputStream("<xml></xml>".getBytes())));
|
||||
reader.parse(new InputSource(new ByteArrayInputStream("<xml></xml>".getBytes("UTF-8"))));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue