Test renamed to avoid confusion

This commit is contained in:
Roman Shevchenko
2013-04-17 19:35:42 +02:00
parent e3d7f5742f
commit dcd8d22ade
@@ -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