MockPath.GetFullPath does not match windows behavior. #1044
Labels
area: testinghelpers
Issues that address the testing helpers
state: ready to pick
Issues that are ready for being worked on
type: bug
Issues that describe misbehaving functionality
Describe the bug
In a special case of a rooted, but not absolute path,
MockPath.GetFullPath
produces results which differ from what i get usingSystem.IO.Path.GetFullPath
To Reproduce
Expected behavior
I expect the values to be equal.
The text was updated successfully, but these errors were encountered: