Skip to content

Commit

Permalink
Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
pkernevez committed Aug 22, 2023
1 parent 3388328 commit 117c98a
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 117c98a

Please sign in to comment.