don't go deeper than it's needed when searching

This commit is contained in:
Konstantin Bulenkov
2012-02-10 16:53:47 +01:00
parent ba961d59ad
commit 0a1488ecf0
6 changed files with 43 additions and 0 deletions
@@ -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");}
}