summaryrefslogtreecommitdiff
path: root/java/testFramework/src/com/intellij/codeInsight/CodeInsightTestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/testFramework/src/com/intellij/codeInsight/CodeInsightTestCase.java')
-rw-r--r--java/testFramework/src/com/intellij/codeInsight/CodeInsightTestCase.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/java/testFramework/src/com/intellij/codeInsight/CodeInsightTestCase.java b/java/testFramework/src/com/intellij/codeInsight/CodeInsightTestCase.java
index 9aee3cf51fdc..6ecec97f7fe7 100644
--- a/java/testFramework/src/com/intellij/codeInsight/CodeInsightTestCase.java
+++ b/java/testFramework/src/com/intellij/codeInsight/CodeInsightTestCase.java
@@ -537,11 +537,6 @@ public abstract class CodeInsightTestCase extends PsiTestCase {
}
}
- @Override
- public Object getData(String dataId) {
- return CommonDataKeys.EDITOR.is(dataId) ? myEditor : super.getData(dataId);
- }
-
protected VirtualFile getVirtualFile(@NonNls @NotNull String filePath) {
String fullPath = getTestDataPath() + filePath;