[alexander.podkhalyuzin] EA-27828 (Convert to Basic Latin intention supports only Java-like elements)

This commit is contained in:
Roman Shevchenko
2011-05-10 15:43:41 +04:00
parent 23806949c5
commit bf1038f962
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,6 @@ import com.intellij.testFramework.fixtures.JavaCodeInsightFixtureTestCase;
public class ConvertToBasicLatinTest extends JavaCodeInsightFixtureTestCase {
private String myIntention;
@Override
@@ -54,5 +53,4 @@ public class ConvertToBasicLatinTest extends JavaCodeInsightFixtureTestCase {
protected String getTestDataPath() {
return JavaTestUtil.getJavaTestDataPath() + "/codeInsight/convertToBasicLatin/";
}
}