From a30b4140dec40eafa8bd87cc867373be8d21325f Mon Sep 17 00:00:00 2001 From: Alexey Sedunov Date: Thu, 31 Mar 2016 18:46:23 +0300 Subject: [PATCH] [RESTORED] Misc: Configure IDEA Ultimate dependencies --- .idea/artifacts/KotlinPlugin.xml | 1 + .idea/modules.xml | 1 + .../IDEA__No_ProcessCanceledException_.xml | 2 +- ReadMe.md | 8 ++++ .../kotlin/cfg/AbstractPseudocodeTest.java | 4 -- generators/generators.iml | 1 + .../kotlin/generators/tests/GenerateTests.kt | 4 ++ idea/idea-ultimate/idea-ultimate.iml | 46 +++++++++++++++++++ .../idea/refactoring/InplaceRenameTest.kt | 4 -- update_dependencies.xml | 2 +- 10 files changed, 63 insertions(+), 10 deletions(-) create mode 100644 idea/idea-ultimate/idea-ultimate.iml diff --git a/.idea/artifacts/KotlinPlugin.xml b/.idea/artifacts/KotlinPlugin.xml index 05f464d6ccd..c37a9990918 100644 --- a/.idea/artifacts/KotlinPlugin.xml +++ b/.idea/artifacts/KotlinPlugin.xml @@ -48,6 +48,7 @@ + diff --git a/.idea/modules.xml b/.idea/modules.xml index 17f006235b0..3539b0a8f88 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -47,6 +47,7 @@ + diff --git a/.idea/runConfigurations/IDEA__No_ProcessCanceledException_.xml b/.idea/runConfigurations/IDEA__No_ProcessCanceledException_.xml index 40e1105bdf8..fb248ee4e4b 100644 --- a/.idea/runConfigurations/IDEA__No_ProcessCanceledException_.xml +++ b/.idea/runConfigurations/IDEA__No_ProcessCanceledException_.xml @@ -2,7 +2,7 @@ \ No newline at end of file diff --git a/generators/src/org/jetbrains/kotlin/generators/tests/GenerateTests.kt b/generators/src/org/jetbrains/kotlin/generators/tests/GenerateTests.kt index 5e0e608cf1b..61f11003fc2 100644 --- a/generators/src/org/jetbrains/kotlin/generators/tests/GenerateTests.kt +++ b/generators/src/org/jetbrains/kotlin/generators/tests/GenerateTests.kt @@ -791,6 +791,10 @@ fun main(args: Array) { } } + testGroup("idea/idea-ultimate/tests", "idea/testData") { + + } + testGroup("idea/tests", "compiler/testData") { testClass() { model("loadJava/compiledKotlin") diff --git a/idea/idea-ultimate/idea-ultimate.iml b/idea/idea-ultimate/idea-ultimate.iml new file mode 100644 index 00000000000..95a0f19be85 --- /dev/null +++ b/idea/idea-ultimate/idea-ultimate.iml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/idea/tests/org/jetbrains/kotlin/idea/refactoring/InplaceRenameTest.kt b/idea/tests/org/jetbrains/kotlin/idea/refactoring/InplaceRenameTest.kt index 6479e7dbb1c..fa1f2e3193b 100644 --- a/idea/tests/org/jetbrains/kotlin/idea/refactoring/InplaceRenameTest.kt +++ b/idea/tests/org/jetbrains/kotlin/idea/refactoring/InplaceRenameTest.kt @@ -30,10 +30,6 @@ import com.intellij.codeInsight.template.TemplateManager import com.intellij.openapi.command.WriteCommandAction class InplaceRenameTest : LightPlatformCodeInsightTestCase() { - init { - System.setProperty("idea.platform.prefix", "Idea") - } - override fun isRunInWriteAction(): Boolean = false override fun getTestDataPath(): String = PluginTestCaseBase.getTestDataPathBase() + "/refactoring/rename/inplace/" diff --git a/update_dependencies.xml b/update_dependencies.xml index e9d927a5ee2..9e325ad7d48 100644 --- a/update_dependencies.xml +++ b/update_dependencies.xml @@ -14,7 +14,7 @@ - +