Removed no-longer valid test.

This commit is contained in:
Scott Battaglia 2014-05-06 23:17:32 -04:00
parent a4e984e4ea
commit a44b4c1229
1 changed files with 0 additions and 6 deletions

View File

@ -60,12 +60,6 @@ public class SingleSignOutFilterTests {
response = new MockHttpServletResponse();
filterChain = new MockFilterChain();
}
@Test(expected = IllegalArgumentException.class)
public void initWithoutCasServerUrlPrefix() throws ServletException {
filter = new SingleSignOutFilter();
filter.init(new MockFilterConfig());
}
@Test
public void tokenRequest() throws IOException, ServletException {