mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Cleanup (renaming test data directory to match the language level)
GitOrigin-RevId: 2783c4072f4d1a0b35f8f0809b4ba5b920173055
This commit is contained in:
committed by
intellij-monorepo-bot
parent
cb85269e58
commit
09a7577b04
+2
-2
@@ -10,8 +10,8 @@ import com.intellij.testFramework.LightJavaCodeInsightTestCase
|
||||
import com.intellij.testFramework.LightProjectDescriptor
|
||||
import com.intellij.util.containers.ContainerUtil
|
||||
|
||||
class JavaSurroundWith12Test : LightJavaCodeInsightTestCase() {
|
||||
private val BASE_PATH = "/codeInsight/generation/surroundWith/java12/"
|
||||
class JavaSurroundWith13Test : LightJavaCodeInsightTestCase() {
|
||||
private val BASE_PATH = "/codeInsight/generation/surroundWith/java13/"
|
||||
|
||||
override fun getProjectDescriptor(): LightProjectDescriptor = JavaFoldingTestCase.JAVA_13
|
||||
|
||||
|
||||
Reference in New Issue
Block a user