-
Notifications
You must be signed in to change notification settings - Fork 266
Make paths case-sensitive on Unix #418
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
Merged
fgreinacher
merged 21 commits into
TestableIO:master
from
rkoeninger:unix-case-insensitive
Dec 7, 2018
Merged
Changes from 15 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
0edd921
Added StringComparer to MockFileSystem, used in Mock* classes
rkoeninger 502ec17
Merge branch 'master' of https://github.com/System-IO-Abstractions/Sy…
rkoeninger 2c95458
Removed drive letter ToUpper in MockDriveInfo
rkoeninger be0439c
Labelled tests as being Windows/Unix specific based on case sensitivity
rkoeninger 0cd82fe
Corrected UnixOnly test to check for null
rkoeninger c892fb1
Adjusted *Specifics wording
rkoeninger f29f438
Merge branch 'master' into unix-case-insensitive
rkoeninger 533bc8a
Fixed MockDirectory.GetParent to correctly identify and return '/' root
rkoeninger 9d93690
Merge branch 'unix-case-insensitive' of https://github.com/rkoeninger…
rkoeninger 49eb635
Merge branch 'master' into unix-case-insensitive
rkoeninger 642faf9
Fixed MockDirectory.GetFiles to handle un-normalized slashes
rkoeninger 38e7e60
Made NormalizeSlashes handle UNC paths
rkoeninger d3ee172
Moved Exists check in MockDirectory.GetFiles into GetFilesInternal af…
rkoeninger be2c3a6
Made MockDirectory.GetLogicalDrives return drive letters in upper cas…
rkoeninger 8a46f81
Fixed GetLogicalDrives test
rkoeninger bcc061c
De-triplicated check for Directory.Exists(DirName(FullPath(p)))
rkoeninger 2053fd6
Added StringOperations, used throughout Mock* classes
rkoeninger 93d322a
Removed WindowsSpecifics.EmptyInvalidPathChars
rkoeninger b4d5905
Made MockDirectory_GetParent_ShouldThr... WindowsOnly again
rkoeninger 46ae1c2
Combined private CheckDirectoryExists and VerifyDir... in MockFile
rkoeninger 057a4e8
Cleanup, review change, in MockFileExistsTests
rkoeninger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.