IDEA-99572 Vertical line block match disappear view line in java code

Explicitly add parenthesis to method call as particular groovyc version used at teamcity fails to compile it ('database tests' configuration)
This commit is contained in:
Denis.Zhdanov
2013-02-13 12:50:49 +04:00
parent 6238bcf0a3
commit 7bebe26be6
@@ -137,7 +137,7 @@ class Test {
}
private void doTest(@NotNull String text) {
IndentGuideTestData testData = parse text
IndentGuideTestData testData = parse(text)
myFixture.configureByText("${getTestName(false)}.java", testData.documentText)
CodeInsightTestFixtureImpl.instantiateAndRun(myFixture.file, myFixture.editor, ArrayUtilRt.EMPTY_INT_ARRAY, false)
IndentsModelImpl model = myFixture.editor.indentsModel as IndentsModelImpl