wac = null;
bundle = null;
}
public void testGetDeploymentContext() {
WarDeploymentContext warCtx = deployment.getDeploymentContext();
assertNotNull(warCtx);
assertSame(bundle, warCtx.getBundle());
assertEquals(contextPath, warCtx.getContextPath());
assertNotNull(warCtx.getServletContext());
}