Skip to content

Commit

Permalink
reduce file name length for result xml
Browse files Browse the repository at this point in the history
  • Loading branch information
reinsch82 committed Sep 25, 2023
1 parent 9335ca8 commit bd87b3d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bd87b3d

Please sign in to comment.