mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Use full test name for test started indicator
Test name is shortened because it is used as project dir, but it is not convenient when searching for the test output in the whole build log.
This commit is contained in:
@@ -180,7 +180,7 @@ abstract class VcsPlatformTest : PlatformTestCase() {
|
||||
}
|
||||
|
||||
private fun createTestStartedIndicator(): String {
|
||||
return "Starting " + javaClass.name + "." + getTestName(false) + Math.random()
|
||||
return "Starting " + javaClass.name + "." + super.getTestName(false) + Math.random()
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user