Fix class name for test suite descriptor.
Issue #KT-36725 Fixed Issue #KT-36716 Fixed Issue #KT-36726 Fixed
This commit is contained in:
+1
@@ -432,6 +432,7 @@ internal open class TCServiceMessagesClient(
|
||||
|
||||
descriptor = object : DefaultTestSuiteDescriptor(id, fullName) {
|
||||
override fun getDisplayName(): String = fullNameWithoutRoot
|
||||
override fun getClassName(): String? = fullNameWithoutRoot
|
||||
override fun getOwnerBuildOperationId(): Any? = rootOperationId
|
||||
override fun getParent(): TestDescriptorInternal = reportingParent.descriptor
|
||||
override fun toString(): String = displayName
|
||||
|
||||
Reference in New Issue
Block a user