From 7c917a760a3d01e3bded9a709c6370e6920b0c62 Mon Sep 17 00:00:00 2001 From: Praburaj Date: Mon, 15 Sep 2014 12:22:54 -0700 Subject: [PATCH] Enabling the Ntlm+WebListener combination back as the issue is fixed. https://github.com/aspnet/Configuration/commit/bbb2a29a9956123a3d5eb067e9a2c2f925d6892a fixes the issue. --- test/E2ETests/NtlmAuthentationTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/E2ETests/NtlmAuthentationTest.cs b/test/E2ETests/NtlmAuthentationTest.cs index c33caec1c8..96c6216903 100644 --- a/test/E2ETests/NtlmAuthentationTest.cs +++ b/test/E2ETests/NtlmAuthentationTest.cs @@ -10,7 +10,7 @@ namespace E2ETests { [Theory] [InlineData(ServerType.Helios, KreFlavor.DesktopClr, KreArchitecture.x86, "http://localhost:5001/", false)] - //[InlineData(ServerType.WebListener, KreFlavor.DesktopClr, KreArchitecture.x86, "http://localhost:5002/", false)] + [InlineData(ServerType.WebListener, KreFlavor.DesktopClr, KreArchitecture.x86, "http://localhost:5002/", false)] [InlineData(ServerType.Helios, KreFlavor.DesktopClr, KreArchitecture.amd64, "http://localhost:5001/", false)] //WindowsIdentity not available on CoreCLR //[InlineData(ServerType.Helios, KreFlavor.CoreClr, KreArchitecture.x86, "http://localhost:5001/", false)]