Fix HighlightingWithDependentLibrariesTest in 193 by using relative path
This commit is contained in:
+5
-1
@@ -42,7 +42,11 @@ class HighlightingWithDependentLibrariesTest : KotlinLightCodeInsightFixtureTest
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun testHighlightingWithDependentLibraries() {
|
fun testHighlightingWithDependentLibraries() {
|
||||||
myFixture.configureByFile("$TEST_DATA_PATH/module/usingLibs.kt")
|
myFixture.configureByFile("module/usingLibs.kt")
|
||||||
myFixture.checkHighlighting(false, false, false)
|
myFixture.checkHighlighting(false, false, false)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun getTestDataPath(): String {
|
||||||
|
return TEST_DATA_PATH
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user