mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 16:58:56 +00:00
fix wizard integration test
This commit is contained in:
parent
b5e0f8cdfc
commit
d55b5a4bde
1 changed files with 2 additions and 1 deletions
|
@ -156,9 +156,10 @@ class CliWizardIntegrationTest {
|
|||
}
|
||||
|
||||
private def void collectAllFiles(File root, List<File> children) {
|
||||
children.add(root)
|
||||
if (root.isDirectory) {
|
||||
root.listFiles.forEach[collectAllFiles(children)]
|
||||
} else {
|
||||
children.add(root)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue