Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
commit
728c96f547
|
@ -68,8 +68,6 @@ public class NullSessionCacheTest
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
public static class TestObject implements HttpSessionActivationListener
|
||||
{
|
||||
int i;
|
||||
|
@ -98,7 +96,6 @@ public class NullSessionCacheTest
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void testWritesWithPassivation() throws Exception
|
||||
{
|
||||
|
@ -191,8 +188,6 @@ public class NullSessionCacheTest
|
|||
assertEquals(0, context.getSessionHandler()._sessionAttributeListeners.size());
|
||||
}
|
||||
|
||||
|
||||
|
||||
@Test
|
||||
public void testWriteThroughAlways() throws Exception
|
||||
{
|
||||
|
@ -245,7 +240,7 @@ public class NullSessionCacheTest
|
|||
}
|
||||
|
||||
@Test
|
||||
public void testWriteThroughNew () throws Exception
|
||||
public void testWriteThroughNew() throws Exception
|
||||
{
|
||||
Server server = new Server();
|
||||
|
||||
|
@ -304,7 +299,6 @@ public class NullSessionCacheTest
|
|||
assertFalse(session.isResident());
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void testNotCached() throws Exception
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue