From 33e3c944d06be7453e7e53669e3915dc52ad4792 Mon Sep 17 00:00:00 2001 From: Praburaj Date: Tue, 17 Mar 2015 17:55:13 -0700 Subject: [PATCH] Reenabling the tests Bug https://github.com/aspnet/HttpAbstractions/issues/231 is fixed --- .../Google/GoogleMiddlewareTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Microsoft.AspNet.Authentication.Test/Google/GoogleMiddlewareTests.cs b/test/Microsoft.AspNet.Authentication.Test/Google/GoogleMiddlewareTests.cs index 45ba05777d..c870220113 100644 --- a/test/Microsoft.AspNet.Authentication.Test/Google/GoogleMiddlewareTests.cs +++ b/test/Microsoft.AspNet.Authentication.Test/Google/GoogleMiddlewareTests.cs @@ -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 =>