mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[jdk] Simplify external java configuration tests
GitOrigin-RevId: 6cb4a3238fed434e335d50b85126905331e3d15b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
aacbe72d76
commit
0ffd59361c
+3
-3
@@ -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
-2
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user