mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-18 17:34:43 -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();
|
||||
res.save(baos);
|
||||
assertEquals(example, baos.toString());
|
||||
assertEquals(example.getBytes("utf-8"), baos.toByteArray());
|
||||
}
|
||||
|
||||
public void testRead() throws Exception {
|
||||
|
Loading…
x
Reference in New Issue
Block a user