Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit 05e6404

Browse files
author
Kai Ruhnau
committed
Activated the (reliable!) engine tests
1 parent 3f9628f commit 05e6404

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/Microsoft.AspNet.Server.KestrelTests/EngineTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace Microsoft.AspNet.Server.KestrelTests
1515
/// <summary>
1616
/// Summary description for EngineTests
1717
/// </summary>
18-
internal class EngineTests
18+
public class EngineTests
1919
{
2020
private const int port = 54321;
2121

test/Microsoft.AspNet.Server.KestrelTests/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class Program
99
{
1010
public void Main()
1111
{
12-
new EngineTests().DisconnectingClient().Wait();
12+
new EngineTests().Http10().Wait();
1313
}
1414
}
15-
}
15+
}

0 commit comments

Comments
 (0)