fix test icons for methods

#KT-25956
This commit is contained in:
Max Medvedev
2019-02-18 14:52:54 +03:00
parent 03e36334cf
commit 526e49d68a
@@ -70,7 +70,7 @@ class JvmIdePlatformKindTooling : IdePlatformKindTooling() {
val framework = TestFrameworks.detectFramework(lightClass) ?: return null
if (!framework.isTestMethod(lightMethod, /*checkAbstract = */ false)) return null
"java:test://${lightClass.qualifiedName}.${lightMethod.name}" to framework
"java:test://${lightClass.qualifiedName}/${lightMethod.name}" to framework
}
else -> return null