From bd87b3d83ca0a64de77f283a0d18fc26bb3fbc91 Mon Sep 17 00:00:00 2001 From: Reinhold Degenfellner Date: Mon, 25 Sep 2023 07:58:45 +0200 Subject: [PATCH] reduce file name length for result xml --- .../internal/view/execution/OpenTestSourceFileJobTest.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/org.eclipse.buildship.ui.test/src/main/groovy/org/eclipse/buildship/ui/internal/view/execution/OpenTestSourceFileJobTest.groovy b/org.eclipse.buildship.ui.test/src/main/groovy/org/eclipse/buildship/ui/internal/view/execution/OpenTestSourceFileJobTest.groovy index 21d086b39..c2836bc91 100644 --- a/org.eclipse.buildship.ui.test/src/main/groovy/org/eclipse/buildship/ui/internal/view/execution/OpenTestSourceFileJobTest.groovy +++ b/org.eclipse.buildship.ui.test/src/main/groovy/org/eclipse/buildship/ui/internal/view/execution/OpenTestSourceFileJobTest.groovy @@ -106,8 +106,7 @@ class OpenTestSourceFileJobTest extends SwtBotSpecification { activeEditorInputPath() == '/sample-project/src/test/groovy/MyGroovyTest.groovy' } - - def "Can open sources in a multi-module build"(String projectPath, String expectedJavaFilePath, String expectedGroovyFilePath) { + def "Can open sources in a multi-module build (#projectPath)"() { setup: File projectDir = createMultiModuleProject() importAndWait(projectDir)