Skip to content

Commit

Permalink
Cherry pick branch 'genexuslabs:image-path-linux' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiamurialdo authored and Beta Bot committed Dec 6, 2024
1 parent 844310f commit 4fc8cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/test/DotNetUnitTest/FileIO/FileIOTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void PathSourceTest()
PathUtil.AbsoluteUri(path, out uri);
Assert.True(uri.Scheme == Uri.UriSchemeFile);
Assert.True(uri.IsAbsoluteUri);
//Assert.True(new FileInfo(uri.LocalPath).FullName == new FileInfo("PublicTempStorage/multimedia/myimg_8e1604b16eda43e59694f9aeb0b33e77.jpg").FullName);
Assert.True(new FileInfo(uri.LocalPath).FullName == new FileInfo("PublicTempStorage/multimedia/myimg_8e1604b16eda43e59694f9aeb0b33e77.jpg").FullName);

path = "https://localhost/ImageType.NetEnvironment/PublicTempStorage/multimedia/myimg_8e1604b16eda43e59694f9aeb0b33e77.jpg";
PathUtil.AbsoluteUri(path, out uri);
Expand Down

0 comments on commit 4fc8cf7

Please sign in to comment.