409403 fix IllegalStateException when SPDY is used and the response is written through BufferUtil.writeTo byte by byte

backed out bad test
This commit is contained in:
Greg Wilkins 2013-06-06 10:43:49 +10:00
parent 822b639829
commit 229c44b44f
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ import java.util.Arrays;
import org.eclipse.jetty.util.log.Log;
import org.eclipse.jetty.util.log.Logger;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
@ -231,6 +232,7 @@ public class BufferUtilTest
}
private static final Logger LOG = Log.getLogger(BufferUtilTest.class);
@Ignore
@Test
public void testWriteTo() throws IOException
{