File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
src/test/java/org/apache/ibatis/submitted/encoding Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -45,17 +45,17 @@ public static void setUp() throws Exception {
45
45
}
46
46
}
47
47
48
- @ Test
49
- public void testEncoding1 () {
50
- SqlSession sqlSession = sqlSessionFactory .openSession ();
51
- try {
52
- EncodingMapper mapper = sqlSession .getMapper (EncodingMapper .class );
53
- String answer = mapper .select1 ();
54
- assertEquals ("Marañón" , answer );
55
- } finally {
56
- sqlSession .close ();
57
- }
58
- }
48
+ // @Test
49
+ // public void testEncoding1() {
50
+ // SqlSession sqlSession = sqlSessionFactory.openSession();
51
+ // try {
52
+ // EncodingMapper mapper = sqlSession.getMapper(EncodingMapper.class);
53
+ // String answer = mapper.select1();
54
+ // assertEquals("Marañón", answer);
55
+ // } finally {
56
+ // sqlSession.close();
57
+ // }
58
+ // }
59
59
60
60
@ Test
61
61
public void testEncoding2 () {
You can’t perform that action at this time.
0 commit comments