Skip to content

Commit

Permalink
Removed no-longer valid test.
Browse files Browse the repository at this point in the history
  • Loading branch information
battags committed May 7, 2014
1 parent a4e984e commit a44b4c1
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ public void setUp() throws Exception {
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 {
Expand Down

0 comments on commit a44b4c1

Please sign in to comment.