From 791e6b297640a62ac88e4524ea3f09ad1e42380c Mon Sep 17 00:00:00 2001 From: Oscar Westra van Holthe - Kind Date: Thu, 14 Nov 2024 21:58:59 +0100 Subject: [PATCH] Improve/refactor (action) tests --- build.gradle.kts | 6 +++-- .../avro_idl/AvroIdlCodeInsightTest.java | 27 +++---------------- .../avro_idl/actions/AvroIdlActionsTest.java | 17 +++++++----- 3 files changed, 18 insertions(+), 32 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d7eaa28..cfa8d3a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -57,7 +57,8 @@ dependencies { intellijIdeaCommunity("2023.2.6") //intellijIdeaCommunity("2023.3.6") //intellijIdeaCommunity("2024.1.6") - //intellijIdeaCommunity("2024.2.1") + //intellijIdeaCommunity("2024.2.4") + //intellijIdeaCommunity("2024.3") // EAP //create("IC","243.12818.47") bundledPlugin("com.intellij.java") @@ -74,7 +75,7 @@ dependencies { //bundledPlugin("com.intellij.modules.json") // TODO: Uncomment when it exists (check at least when requiring 2024.3+)... bundledPlugin("org.intellij.intelliLang") - // Extra plugin(s); not needed, but maybe useful during development: + // Extra plugin(s); not needed for the plugin, but maybe useful during development: bundledPlugin("org.intellij.plugins.markdown") /* Other (bundled) plugins: */ // Define these variables to prevent spell checking errors in the comment below @@ -123,6 +124,7 @@ intellijPlatform { changeNotes.set("""

Version 232.0.1:

Version 232.0.0: