We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f56fdf commit 43039bfCopy full SHA for 43039bf
src/test/java/org/apache/ibatis/session/SqlSessionManagerTest.java
@@ -24,6 +24,7 @@
24
import org.apache.ibatis.io.Resources;
25
import org.junit.Before;
26
import org.junit.BeforeClass;
27
+import org.junit.Ignore;
28
import org.junit.Test;
29
30
import java.io.Reader;
@@ -479,6 +480,7 @@ public void shouldFindAllPostLites() throws Exception {
479
480
assertEquals(4, posts.size());
481
}
482
483
+ @Ignore // see issue #48 (gh)
484
@Test
485
public void shouldFindAllPostLitesWithNestedSelect() throws Exception {
486
final BlogLite blog = manager.selectOne("domain.blog.mappers.PostMapper.selectPostLite2NestedWithSelect");
0 commit comments