escaped test case

This commit is contained in:
helmut.neemann 2016-06-13 08:19:49 +02:00
parent db61df3148
commit 92e1acd7f3

View File

@ -23,7 +23,7 @@ public class ResourcesTest extends TestCase {
ByteArrayOutputStream baos = new ByteArrayOutputStream();
res.save(baos);
assertEquals(example, baos.toString());
assertEquals(example.getBytes("utf-8"), baos.toByteArray());
}
public void testRead() throws Exception {