-
Notifications
You must be signed in to change notification settings - Fork 261
MockPath.GetFullPath does not match windows behavior. #1044
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@AnakinRaW : |
i'm sure my test is correct. even microsoft documented this case in their code comments: |
Thanks for the clarification, @AnakinRaW ! |
Wow, what a fancy feature. |
…h` (#411) Support relative paths with drive information in `Path.GetFullPath` as described in TestableIO/System.IO.Abstractions#1044.
Hey is this issue fixed? Then we can close it out. |
@oni-shiro : No, this issue is not yet fixed; only on Testably.Abstractions. |
Uh oh!
There was an error while loading. Please reload this page.
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: