two tests were identical, make them different again

This commit is contained in:
Havoc Pennington 2011-11-15 23:33:19 -05:00
parent f81ab20caa
commit ae10fadc04

View File

@ -73,7 +73,7 @@ class PathTest extends TestUtils {
}
intercept[ConfigException.BadPath] {
Path.newPath("")
Path.newPath("..")
}
}
}