From 2d1b4870bb09a0d3a9deed9b30a06b82528d5b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dinis=20Ferreira?= Date: Sat, 16 May 2026 22:11:41 +0200 Subject: [PATCH] fix: restore missing listAttribute opener in ExportTestSuite.launch The opening tag was dropped in 38918bcad ("feat: use junit5 platform in our tests"), which replaced it with the new ATTR_FORCE_SYSTEM_CONSOLE_ENCODING attribute instead of inserting alongside. The following and have been orphaned ever since, leaving the file malformed XML. Eclipse PDE's launch-config parser was lenient enough to keep the launch usable, but Eclipse's XML language server flags it as a parse error. Co-Authored-By: Claude Opus 4.7 --- com.avaloq.tools.ddk.xtext.export.test/ExportTestSuite.launch | 1 + 1 file changed, 1 insertion(+) diff --git a/com.avaloq.tools.ddk.xtext.export.test/ExportTestSuite.launch b/com.avaloq.tools.ddk.xtext.export.test/ExportTestSuite.launch index eb561c7a45..4f8ffec2cb 100644 --- a/com.avaloq.tools.ddk.xtext.export.test/ExportTestSuite.launch +++ b/com.avaloq.tools.ddk.xtext.export.test/ExportTestSuite.launch @@ -14,6 +14,7 @@ +