From d0f100d326610cba3a44133d575dcf7a28e4529c Mon Sep 17 00:00:00 2001 From: Maxim Medvedev Date: Wed, 28 Jul 2010 12:22:19 +0400 Subject: [PATCH] compilation fix --- .../style/parameterToEntry/ParameterToMapEntryTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/groovy/test/org/jetbrains/plugins/groovy/intentions/style/parameterToEntry/ParameterToMapEntryTest.java b/plugins/groovy/test/org/jetbrains/plugins/groovy/intentions/style/parameterToEntry/ParameterToMapEntryTest.java index 8fa073f22a6f..69e7adb07d4d 100644 --- a/plugins/groovy/test/org/jetbrains/plugins/groovy/intentions/style/parameterToEntry/ParameterToMapEntryTest.java +++ b/plugins/groovy/test/org/jetbrains/plugins/groovy/intentions/style/parameterToEntry/ParameterToMapEntryTest.java @@ -109,7 +109,7 @@ public class ParameterToMapEntryTest extends GroovyFormatterTestCase { Assert.assertTrue(condition.satisfiedBy(element)); // Launch it! - intention.processIntention(element); + intention.processIntention(element, myFixture.getProject(), myFixture.getEditor()); PostprocessReformattingAspect.getInstance(getProject()).doPostponedFormatting(); final String result = file.getText(); //System.out.println(result);