mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Test was file system dependent.
This commit is contained in:
parent
ac6036068c
commit
34cb8c2b22
1 changed files with 1 additions and 1 deletions
|
@ -69,6 +69,6 @@ class IncludeExcludeTest : KobaltTest() {
|
||||||
// println("FAILURE")
|
// println("FAILURE")
|
||||||
// val files2 = g.toFiles(null, root.path, excludedSpec.map { Glob(it) })
|
// val files2 = g.toFiles(null, root.path, excludedSpec.map { Glob(it) })
|
||||||
// }
|
// }
|
||||||
Assert.assertEquals(files.map { it.name }, expectedFiles)
|
Assert.assertEquals(files.map { it.name }.toHashSet(), expectedFiles.toHashSet())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue