1
0
Fork 0
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:
Cedric Beust 2016-05-04 21:43:15 -08:00
parent ac6036068c
commit 34cb8c2b22

View file

@ -69,6 +69,6 @@ class IncludeExcludeTest : KobaltTest() {
// println("FAILURE")
// 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())
}
}