mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-19 01:44:44 -04:00
escaped test case
This commit is contained in:
parent
db61df3148
commit
92e1acd7f3
@ -23,7 +23,7 @@ public class ResourcesTest extends TestCase {
|
|||||||
|
|
||||||
ByteArrayOutputStream baos = new ByteArrayOutputStream();
|
ByteArrayOutputStream baos = new ByteArrayOutputStream();
|
||||||
res.save(baos);
|
res.save(baos);
|
||||||
assertEquals(example, baos.toString());
|
assertEquals(example.getBytes("utf-8"), baos.toByteArray());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void testRead() throws Exception {
|
public void testRead() throws Exception {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user