diff --git a/src/test/kotlin/ch/kleis/lcaplugin/language/ide/syntax/LcaCompletionTestCase.kt b/src/test/kotlin/ch/kleis/lcaplugin/language/ide/syntax/LcaCompletionTestCase.kt index 5ece8f3d6..7ae76311f 100644 --- a/src/test/kotlin/ch/kleis/lcaplugin/language/ide/syntax/LcaCompletionTestCase.kt +++ b/src/test/kotlin/ch/kleis/lcaplugin/language/ide/syntax/LcaCompletionTestCase.kt @@ -39,20 +39,9 @@ abstract class LcaCompletionTestCase : UsefulTestCase() { val fixture: CodeInsightTestFixture get() = myFixture!! -// public fun getFixture(): CodeInsightTestFixture = myFixture!! protected open fun getTestDataPath(): String { return this.javaClass.getResource("testData")?.path ?: "" -// this.javaClass.getResource("testData").path - } -// protected open fun getTestDataPath(): String { -// val communityPath = PlatformTestUtil.getCommunityPath().replace(File.separatorChar, '/') -// val path = communityPath + getBasePath() -// return if (File(path).exists()) path else communityPath + "/../" + getBasePath() -// } - - private fun getBasePath(): String { - return "" } private fun getProjectDescriptor(): LightProjectDescriptor {