forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix System.Drawing.Tests.SystemFontsTests.SystemFont_Get_ReturnsExpec…
…ted_WindowsNames test for different locales (dotnet/corefx#36192) * Add another native function, change SetLastError to false * Fixed so it tests with appropriate test data according to user locale, tests for DefaultFont/DialogFont removed * Remove unused native function * Change non-ASCII characters to escape sequences * Add a single space after the comment header * Use nameof() instead of string literals for systemFontName * Remove a using statement that has been added accidentally * Include more detailed message when throwing an exception Commit migrated from dotnet/corefx@158cd90
- Loading branch information
Showing
1 changed file
with
99 additions
and
14 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