Skip to content

Commit 7bd3cf6

Browse files
committed
Changed test text and updated file encoding to UTF8
1 parent 0f7506e commit 7bd3cf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/apache/ibatis/submitted/encoding/EncodingTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static void setUp() throws Exception {
5151
// try {
5252
// EncodingMapper mapper = sqlSession.getMapper(EncodingMapper.class);
5353
// String answer = mapper.select1();
54-
// assertEquals("Marañón", answer);
54+
// assertEquals("Mara��n", answer);
5555
// } finally {
5656
// sqlSession.close();
5757
// }
@@ -63,7 +63,7 @@ public void testEncoding2() {
6363
try {
6464
EncodingMapper mapper = sqlSession.getMapper(EncodingMapper.class);
6565
String answer = mapper.select2();
66-
assertEquals("Marañón", answer);
66+
assertEquals("Marañón", answer);
6767
} finally {
6868
sqlSession.close();
6969
}

0 commit comments

Comments
 (0)