package com.intellij.refactoring;
+import com.intellij.JavaTestUtil;
import com.intellij.codeInsight.CodeInsightTestCase;
import com.intellij.openapi.projectRoots.Sdk;
import com.intellij.openapi.projectRoots.impl.JavaSdkImpl;
public class IntroduceConstantTest extends CodeInsightTestCase {
@NonNls private static final String BASE_PATH = "/refactoring/introduceConstant/";
+ @Override
+ protected String getTestDataPath() {
+ return JavaTestUtil.getJavaTestDataPath();
+ }
+
public void testInNonNls() throws Exception {
doTest(false);
}