Fixed Path.GetFullPath to work correctly when the current path is '/'.
authorJoão Matos <joao@tritao.eu>
Fri, 8 Aug 2014 17:57:14 +0000 (18:57 +0100)
committerJoão Matos <joao@tritao.eu>
Fri, 8 Aug 2014 18:03:39 +0000 (19:03 +0100)
commit1bff9d890f95e72e4145d48980a05908c87b53ce
treedf4834c53e114edac99095b618c4e05b75d3a2ff
parent90ccde72e53abc6fce46b457251b332783c8da79
Fixed Path.GetFullPath to work correctly when the current path is '/'.

Fixes xambug #833.
mcs/class/corlib/System.IO/Path.cs
mcs/class/corlib/Test/System.IO/PathTest.cs