Reenabling the tests

Bug https://github.com/aspnet/HttpAbstractions/issues/231 is fixed
This commit is contained in:
Praburaj 2015-03-17 17:55:13 -07:00
parent e2a8efbb64
commit 33e3c944d0
1 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ namespace Microsoft.AspNet.Authentication.Google
query.ShouldContain("&scope=" + Uri.EscapeDataString("openid profile email"));
}
[Fact(Skip = "Failing due to : https://github.com/aspnet/HttpAbstractions/issues/231")]
[Fact]
public async Task Challenge401WillSetDefaultScope()
{
var server = CreateServer(options =>
@ -127,7 +127,7 @@ namespace Microsoft.AspNet.Authentication.Google
query.ShouldContain("&scope=" + Uri.EscapeDataString("openid profile email"));
}
[Fact(Skip = "Failing due to : https://github.com/aspnet/HttpAbstractions/issues/231")]
[Fact]
public async Task ChallengeWillUseAuthenticationPropertiesAsParameters()
{
var server = CreateServer(options =>