mirror of
https://github.com/claunia/Claunia.Encoding.git
synced 2025-12-16 19:24:43 +00:00
Update unit tests for .NET Core.
This commit is contained in:
@@ -14,6 +14,7 @@
|
|||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
|
||||||
<PackageReference Include="NUnit" Version="3.13.2" />
|
<PackageReference Include="NUnit" Version="3.13.2" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
@@ -58,7 +58,7 @@ namespace Claunia.Encoding.Tests
|
|||||||
// Well basically this is taken from MSDN's documentation :p
|
// Well basically this is taken from MSDN's documentation :p
|
||||||
public void GetExternalEncoding()
|
public void GetExternalEncoding()
|
||||||
{
|
{
|
||||||
System.Text.Encoding e = Encoding.GetEncoding("shift_jis");
|
System.Text.Encoding e = Encoding.GetEncoding("iso8859-1");
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
|||||||
Reference in New Issue
Block a user