-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: adjust the
FilePathTest.testFilePath
to build on Windows
UTF-8 is not the universal encoding for file systems. Use a platform specific invalid string encoding for testing the sequence. The internal representation of a `FilePath` is dependent on the system, and Windows uses UTF-16 as the base encoding for C interoperability. Adjust the test to use an invalid sequence in the proper encoding. This allows the tests to now build on Windows once again.
- Loading branch information
Showing
1 changed file
with
38 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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