diff --git a/java/java-tests/testSrc/com/intellij/codeInsight/intention/IntroduceVariableTest.java b/java/java-tests/testSrc/com/intellij/codeInsight/intention/IntroduceVariableQuickFixTest.java similarity index 88% rename from java/java-tests/testSrc/com/intellij/codeInsight/intention/IntroduceVariableTest.java rename to java/java-tests/testSrc/com/intellij/codeInsight/intention/IntroduceVariableQuickFixTest.java index c908a4ace543..dd40871f0fb6 100644 --- a/java/java-tests/testSrc/com/intellij/codeInsight/intention/IntroduceVariableTest.java +++ b/java/java-tests/testSrc/com/intellij/codeInsight/intention/IntroduceVariableQuickFixTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2012 JetBrains s.r.o. + * Copyright 2000-2013 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,8 +20,7 @@ import com.intellij.codeInsight.daemon.LightIntentionActionTestCase; /** * @author Danila Ponomarenko */ -public class IntroduceVariableTest extends LightIntentionActionTestCase { - +public class IntroduceVariableQuickFixTest extends LightIntentionActionTestCase { public void test() throws Exception { doAllTests(); } @Override