fix JavaFoldingTest blinking?

This commit is contained in:
peter
2017-01-27 19:35:05 +01:00
parent f4b7535e35
commit 5568a35480
@@ -1017,7 +1017,7 @@ class Foo {
assertTopLevelFoldRegionsState "[FoldRegion +(7:50), placeholder='...']"
myFixture.type("Class t = TreeMap.class;")
myFixture.doHighlighting()
myFixture.doHighlighting() // let auto-import complete
myFixture.checkResult"""\
import java.util.ArrayList;
import java.util.List;
@@ -1031,6 +1031,7 @@ class Foo {
}
}
"""
myFixture.doHighlighting() // update folding for the new text
assertTopLevelFoldRegionsState "[FoldRegion +(7:76), placeholder='...']"
}
finally {