Skip to content

Commit 07db483

Browse files
committed
Added test case for shyiko#145
1 parent 5a3839c commit 07db483

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/java/com/github/shyiko/mysql/binlog/event/deserialization/json/JsonBinaryValueIntegrationTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ public void testNull() throws Exception {
125125
assertEquals(writeAndCaptureJSON(null), null);
126126
}
127127

128+
@Test
129+
public void testUnicodeSupport() throws Exception {
130+
assertJSONMatchOriginal("{\"key\":\"éééàààà\"}");
131+
}
132+
128133
@Test
129134
public void testJsonObject() throws Exception {
130135
assertJSONMatchOriginal(

0 commit comments

Comments
 (0)