ServerHTTPSPDYTest fix test

This commit is contained in:
Thomas Becker 2012-10-19 18:35:17 +02:00
parent 91eaf6b562
commit 8a6b18c1b0
1 changed files with 1 additions and 2 deletions

View File

@ -1076,7 +1076,6 @@ public class ServerHTTPSPDYTest extends AbstractHTTPSPDYTest
}
@Test
@Ignore("Needs a fix")
public void testPOSTThenSuspendExpire() throws Exception
{
final CountDownLatch dispatchedAgainAfterExpire = new CountDownLatch(1);
@ -1103,7 +1102,7 @@ public class ServerHTTPSPDYTest extends AbstractHTTPSPDYTest
Fields headers = createHeaders("POST");
final CountDownLatch replyLatch = new CountDownLatch(1);
session.syn(new SynInfo(headers, false), new StreamFrameListener.Adapter()
session.syn(new SynInfo(headers, true), new StreamFrameListener.Adapter()
{
@Override
public void onReply(Stream stream, ReplyInfo replyInfo)