initialize booleans in test exchange
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2937 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
5febe18d52
commit
6d4ec6a4bc
|
@ -385,8 +385,8 @@ public abstract class AbstractHttpExchangeCancelTest extends TestCase
|
||||||
protected static class TestHttpExchange extends ContentExchange
|
protected static class TestHttpExchange extends ContentExchange
|
||||||
{
|
{
|
||||||
private boolean responseCompleted;
|
private boolean responseCompleted;
|
||||||
private boolean failed;
|
private boolean failed = false;
|
||||||
private boolean expired;
|
private boolean expired = false;
|
||||||
|
|
||||||
protected TestHttpExchange()
|
protected TestHttpExchange()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue