This commit is contained in:
Dmitry Jemerov
2009-09-10 21:12:58 +04:00
parent 5c49d4d458
commit db3e3f17de
11 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
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;
@@ -16,6 +17,11 @@ import org.jetbrains.annotations.NonNls;
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);
}