Skip to content

Commit

Permalink
Fixed same connection id test.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfowl committed Nov 16, 2012
1 parent eea1a15 commit c8d16f9
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ public class PersistentConnectionFacts
{
public class OnConnectedAsync : HostedTest
{
[Theory]
[InlineData(HostType.Memory, TransportType.ServerSentEvents)]
[InlineData(HostType.Memory, TransportType.LongPolling)]
[InlineData(HostType.IIS, TransportType.ServerSentEvents)]
[Fact]
public void ConnectionsWithTheSameConnectionIdSSECloseGracefully()
{
using (var host = new MemoryHost())
Expand Down

0 comments on commit c8d16f9

Please sign in to comment.