mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
IJ-CR-4224: test fix
GitOrigin-RevId: ad4f96e8fa52f7b6f7c9ac2b125c2864bac41c79
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f7f414597e
commit
38e8df3b12
@@ -1,6 +1,7 @@
|
||||
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
package org.jetbrains.plugins.gradle.importing
|
||||
|
||||
import org.assertj.core.api.Assertions.assertThat
|
||||
import org.junit.Test
|
||||
|
||||
class GradleBuildIssuesMiscImportingTest : BuildViewMessagesImportingTestCase() {
|
||||
@@ -30,7 +31,8 @@ class GradleBuildIssuesMiscImportingTest : BuildViewMessagesImportingTestCase()
|
||||
" -failed\n" +
|
||||
" -build.gradle\n" +
|
||||
" $oomMessage")
|
||||
assertSyncViewSelectedNode(oomMessage, """
|
||||
assertSyncViewSelectedNode(oomMessage, true) { text ->
|
||||
assertThat(text).startsWith("""
|
||||
* Where:
|
||||
Build file '$buildScript' line: 9
|
||||
|
||||
@@ -40,9 +42,7 @@ class GradleBuildIssuesMiscImportingTest : BuildViewMessagesImportingTestCase()
|
||||
Possible solution:
|
||||
- Check the JVM memory arguments defined for the gradle process in:
|
||||
gradle.properties in project root directory
|
||||
gradle.properties in in GRADLE_USER_HOME directory
|
||||
|
||||
|
||||
""".trimIndent())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user