make highlighting tests closer to real life: codeInsightFixture too + fixed stuck...
commitf7ea3a0525cd152d5f0c1ed68b3987ab5a95277f
authorAlexey Kudravtsev <cdr@jetbrains.com>
Fri, 7 Nov 2008 15:05:19 +0000 (7 18:05 +0300)
committerAlexey Kudravtsev <cdr@jetbrains.com>
Fri, 7 Nov 2008 15:05:19 +0000 (7 18:05 +0300)
tree9a73d75ebe8f0f5f5c8eac8dc946fc7cc61c66a4
parent75f604b1acb4302621fe68fa22bab22bba282756
make highlighting tests closer to real life: codeInsightFixture too + fixed stuck error highlighters
23 files changed:
codeInsight/tests/com/intellij/codeInsight/CodeInsightTestCase.java
codeInsight/tests/com/intellij/codeInsight/daemon/AntHighlightingTest.java
codeInsight/tests/com/intellij/codeInsight/daemon/DaemonAnalyzerTestCase.java
codeInsight/tests/com/intellij/codeInsight/daemon/LightDaemonAnalyzerTestCase.java
codeInsight/tests/com/intellij/codeInsight/daemon/quickFix/LightQuickFixTestCase.java
lang-impl/src/com/intellij/codeHighlighting/TextEditorHighlightingPass.java
lang-impl/src/com/intellij/codeInsight/daemon/impl/CodeFoldingPass.java
lang-impl/src/com/intellij/codeInsight/daemon/impl/DaemonCodeAnalyzerImpl.java
lang-impl/src/com/intellij/codeInsight/daemon/impl/ExternalToolPass.java
lang-impl/src/com/intellij/codeInsight/daemon/impl/GeneralHighlightingPass.java
lang-impl/src/com/intellij/codeInsight/daemon/impl/HighlightInfo.java
lang-impl/src/com/intellij/codeInsight/daemon/impl/IdentifierHighlighterPass.java
lang-impl/src/com/intellij/codeInsight/daemon/impl/LineMarkersPass.java
lang-impl/src/com/intellij/codeInsight/daemon/impl/LocalInspectionsPass.java
lang-impl/src/com/intellij/codeInsight/daemon/impl/ShowIntentionsPass.java
lang-impl/src/com/intellij/codeInsight/daemon/impl/SlowLineMarkersPass.java
lang-impl/src/com/intellij/codeInsight/daemon/impl/UpdateHighlightersUtil.java
lang-impl/src/com/intellij/codeInsight/daemon/impl/WolfHighlightingPass.java
lang-impl/src/com/intellij/codeInsight/intention/impl/ShowIntentionActionsHandler.java
source/com/intellij/codeInsight/daemon/impl/PostHighlightingPass.java
source/com/intellij/testFramework/fixtures/impl/CodeInsightTestFixtureImpl.java
source/com/intellij/testFramework/fixtures/impl/LightIdeaTestFixtureImpl.java
ui-designer/impl/com/intellij/uiDesigner/binding/GeneratedCodeFoldingPass.java