More mutes for 193 branch
One more test for KT-34689.
This commit is contained in:
committed by
Nikolay Krasko
parent
5d19b2c3c4
commit
c50e60f90f
+7
-4
@@ -10,15 +10,18 @@ import junit.framework.TestCase
|
||||
import org.jetbrains.kotlin.idea.test.PluginTestCaseBase
|
||||
import org.jetbrains.kotlin.idea.test.SdkAndMockLibraryProjectDescriptor
|
||||
import org.jetbrains.kotlin.test.JUnit3WithIdeaConfigurationRunner
|
||||
import org.jetbrains.kotlin.test.runTest
|
||||
import org.junit.runner.RunWith
|
||||
|
||||
@RunWith(JUnit3WithIdeaConfigurationRunner::class)
|
||||
class NavigateFromJSLibrarySourcesTest : AbstractNavigateFromLibrarySourcesTest() {
|
||||
fun testIcon() {
|
||||
TestCase.assertEquals(
|
||||
"Icon.kt",
|
||||
navigationElementForReferenceInLibrarySource("lib.kt", "Icon").containingFile.name
|
||||
)
|
||||
runTest {
|
||||
TestCase.assertEquals(
|
||||
"Icon.kt",
|
||||
navigationElementForReferenceInLibrarySource("lib.kt", "Icon").containingFile.name
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
override fun getProjectDescriptor(): LightProjectDescriptor {
|
||||
|
||||
Reference in New Issue
Block a user