assertNull(modelAndView.getModel().get("pgtIou"));
}
@Test
public void testValidServiceTicketWithInvalidPgt() throws Exception {
this.serviceValidateController.setProxyHandler(new Cas10ProxyHandler());
final String tId = getCentralAuthenticationService()
.createTicketGrantingTicket(
TestUtils.getCredentialsWithSameUsernameAndPassword());
final String sId = getCentralAuthenticationService()
.grantServiceTicket(tId, TestUtils.getService());