Skip to content

Commit f573000

Browse files
Use diacritics in test file name.
1 parent 6f1f967 commit f573000

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/ImageSharp.Web.Tests/SubFolder/sixlabors.imagesharp.web.png renamed to tests/ImageSharp.Web.Tests/SubFolder/sîxläbörs.îmägéshärp.wéb.png

File renamed without changes.

tests/ImageSharp.Web.Tests/TestUtilities/TestConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static class TestConstants
1414
public const string AWSCacheBucketName = "aws-cache";
1515
public const string AWSAccessKey = "";
1616
public const string AWSAccessSecret = "";
17-
public const string ImagePath = "SubFolder/sixlabors.imagesharp.web.png";
17+
public const string ImagePath = "SubFolder/sîxläbörs.îmägéshärp.wéb.png";
1818
public const string PhysicalTestImage = "http://localhost/" + ImagePath;
1919
public const string AzureTestImage = "http://localhost/" + AzureContainerName + "/" + ImagePath;
2020
public const string AWSTestImage = "http://localhost/" + AWSBucketName + "/" + ImagePath;

0 commit comments

Comments
 (0)