Revert "[test] Temporarily disable String.completePath() test."

This reverts commit df7ad7cb12.
This commit is contained in:
Greg Parker
2017-02-17 16:24:15 -08:00
parent 7b55db9c92
commit 48ba095382

View File

@@ -363,12 +363,8 @@ NSStringAPIs.test("compare(_:options:range:locale:)") {
"абв".compare("абв", locale: Locale.current))
}
NSStringAPIs.test("completePath(into:caseSensitive:matchesInto:filterTypes)")
// FIXME: temporarily disabled due to OS problems
.skip(.always("rdar://29593261"))
.code {
NSStringAPIs.test("completePath(into:caseSensitive:matchesInto:filterTypes)") {
let (existingPath, nonExistentPath) = createNSStringTemporaryFile()
do {
var count = nonExistentPath.completePath(caseSensitive: false)
expectEqual(0, count)