folding for injected does not appear first time you open a file

This commit is contained in:
Alexey Kudravtsev
2009-11-12 14:02:08 +03:00
parent 3f71f9173c
commit 65a1786da6
7 changed files with 179 additions and 34 deletions
@@ -71,7 +71,7 @@ public abstract class LightCompletionTestCase extends LightCodeInsightTestCase {
protected void testByCount(int finalCount, @NonNls String... values) {
if (myItems == null) {
assertEquals(0, finalCount);
assertEquals(finalCount, 0);
return;
}
int index = 0;