Skip to content

Commit

Permalink
[wasm] Make Common.Tests pass (#38667)
Browse files Browse the repository at this point in the history
* Make Common.Tests pass

* Remove Common test project from the exclusion list
  • Loading branch information
MaximLipnin authored Jul 1, 2020
1 parent bbc9a56 commit 18ff9e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ public void ToBase32StringSuitableForDirName(byte[] buff, string expected)
}

[Fact]
[PlatformSpecific(~TestPlatforms.Browser)]
public void GetNormalizedStrongNameHash()
{
// Validating that we match the exact hash the .NET Framework IsolatedStorage implementation would create.
Assert.Equal(@"10nbq10da2m1qfsisndjihnhqmilalwl", IdentityHelper.GetNormalizedStrongNameHash(GetAssemblyNameWithFullKey()));
}

[Fact]
[PlatformSpecific(~TestPlatforms.Browser)]
public void GetNormalizedUrlHash()
{
// Validating that we match the exact hash the .NET Framework IsolatedStorage implementation would create.
Expand Down
1 change: 0 additions & 1 deletion src/libraries/tests.proj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Threading.Tasks.Dataflow\tests\System.Threading.Tasks.Dataflow.Tests.csproj" />
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Threading.Tasks.Extensions\tests\System.Threading.Tasks.Extensions.Tests.csproj" />
<!-- Builds currently do not pass -->
<ProjectExclusions Include="$(MSBuildThisFileDirectory)Common\tests\Common.Tests.csproj" />
<ProjectExclusions Include="$(MSBuildThisFileDirectory)Microsoft.Extensions.Configuration.FileExtensions\tests\Microsoft.Extensions.Configuration.FileExtensions.Tests.csproj" />
<ProjectExclusions Include="$(MSBuildThisFileDirectory)Microsoft.Extensions.Configuration.Ini\tests\Microsoft.Extensions.Configuration.Ini.Tests.csproj" />
<ProjectExclusions Include="$(MSBuildThisFileDirectory)Microsoft.Extensions.Configuration.Json\tests\Microsoft.Extensions.Configuration.Json.Tests.csproj" />
Expand Down

0 comments on commit 18ff9e1

Please sign in to comment.