add test for isShutdown
Signed-off-by: Juha Paananen <juha.paananen@gmail.com>
This commit is contained in:
parent
59625b1332
commit
46b7037ca8
|
@ -447,7 +447,11 @@ public class ContextHandlerTest
|
|||
Assert.assertTrue(handler.isProtectedTarget("/ABC/7777"));
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void testIsShutdown() {
|
||||
ContextHandler handler = new ContextHandler();
|
||||
Assert.assertEquals(false, handler.isShutdown());
|
||||
}
|
||||
|
||||
private void checkResourcePathsForExampleWebApp(String root) throws IOException
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue