[jdk] Simplify external java configuration tests

GitOrigin-RevId: 6cb4a3238fed434e335d50b85126905331e3d15b
This commit is contained in:
Louis Vignier
2025-08-29 14:42:24 +00:00
committed by intellij-monorepo-bot
parent aacbe72d76
commit 0ffd59361c
2 changed files with 5 additions and 5 deletions
@@ -1,8 +1,8 @@
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
package com.intellij.openapi.projectRoots.impl
import com.intellij.platform.util.coroutines.childScope
import com.intellij.testFramework.fixtures.BasePlatformTestCase
import com.intellij.testFramework.UsefulTestCase
import kotlinx.coroutines.cancel
import kotlinx.coroutines.runBlocking
@@ -34,7 +34,7 @@ class SdkmanrcWatcherHeavyTests : ExternalJavaConfigurationTest() {
}
}
class SdkmanrcWatcherLightTests : BasePlatformTestCase() {
class SdkmanrcWatcherLightTests : UsefulTestCase() {
fun `test candidates parsing`() {
assertEquals(SdkmanReleaseData.parse("8"),
@@ -2,7 +2,7 @@
package com.intellij.openapi.projectRoots.impl
import com.intellij.platform.util.coroutines.childScope
import com.intellij.testFramework.fixtures.BasePlatformTestCase
import com.intellij.testFramework.UsefulTestCase
import kotlinx.coroutines.cancel
import kotlinx.coroutines.runBlocking
@@ -37,7 +37,7 @@ class ToolVersionsWatcherHeavyTests : ExternalJavaConfigurationTest() {
}
}
class ToolVersionsWatcherLightTests : BasePlatformTestCase() {
class ToolVersionsWatcherLightTests : UsefulTestCase() {
fun `test candidates parsing`() {
assertEquals(AsdfReleaseData.parse("8"),