mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
don't go deeper than it's needed when searching
This commit is contained in:
+2
@@ -29,5 +29,7 @@ public class JavaFileStructureFilteringTest extends JavaFileStructureTestCase {
|
||||
public void testAnonymousType()throws Exception{checkTree("point");}
|
||||
public void testCamel()throws Exception{checkTree("sohe");}
|
||||
public void testCamel2()throws Exception{checkTree("soHe");}
|
||||
public void testSelectLeafFirst()throws Exception{checkTree("clear");}
|
||||
public void testSelectLeafFirst2()throws Exception{checkTree("clear");}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user