mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
[maven] IDEA-357057 call updateAllProjects() to resync
GitOrigin-RevId: 4e327ae6661f0f7a8fe5a1869fb220ef2de2ee97
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1843fbcf1c
commit
2262792eb4
@@ -43,7 +43,7 @@ class MavenProjectsManagerWatcherTest : MavenMultiVersionImportingTestCase() {
|
||||
fun testChangeConfigInOurProjectShouldCallUpdatePomFile() = runBlocking {
|
||||
assertNoPendingProjectForReload()
|
||||
val mavenConfig = createProjectSubFile(".mvn/maven.config")
|
||||
importProjectAsync()
|
||||
updateAllProjects()
|
||||
assertNoPendingProjectForReload()
|
||||
replaceContent(mavenConfig, "-Xmx2048m -Xms1024m -XX:MaxPermSize=512m -Djava.awt.headless=true")
|
||||
assertHasPendingProjectForReload()
|
||||
|
||||
Reference in New Issue
Block a user