More mutes for 193 branch

One more test for KT-34689.
This commit is contained in:
Nikolay Krasko
2019-10-31 22:28:24 +03:00
committed by Nikolay Krasko
parent 5d19b2c3c4
commit c50e60f90f
3 changed files with 57 additions and 24 deletions
@@ -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 {