mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
Rename various Java-specific test case classes to include Java in the name; leave old names as deprecations
GitOrigin-RevId: 0f105a6c063ce216f7e22348221ad4cd335295df
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d5b5cfa360
commit
97e0289250
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
package com.jetbrains.jython;
|
||||
|
||||
import com.intellij.testFramework.fixtures.LightCodeInsightFixtureTestCase;
|
||||
import com.intellij.testFramework.fixtures.LightJavaCodeInsightFixtureTestCase;
|
||||
import com.jetbrains.python.PythonHelpersLocator;
|
||||
import com.jetbrains.python.inspections.PyCallingNonCallableInspection;
|
||||
import com.jetbrains.python.inspections.unresolvedReference.PyUnresolvedReferencesInspection;
|
||||
@@ -23,7 +23,7 @@ import com.jetbrains.python.inspections.unresolvedReference.PyUnresolvedReferenc
|
||||
/**
|
||||
* @author yole
|
||||
*/
|
||||
public class PyJythonHighlightingTest extends LightCodeInsightFixtureTestCase {
|
||||
public class PyJythonHighlightingTest extends LightJavaCodeInsightFixtureTestCase {
|
||||
public void testCallableJavaClass() {
|
||||
doCallableTest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user