updated tests
This commit is contained in:
parent
a68b4e8a08
commit
877cd5fc6d
|
|
@ -100,10 +100,8 @@ public final class AuthorizationFilterTests extends TestCase {
|
|||
try {
|
||||
this.casAuthorizationFilter.doFilter(request, response, null);
|
||||
fail("ServletException expected.");
|
||||
} catch (ServletException e) {
|
||||
// expected
|
||||
} catch (Exception e) {
|
||||
fail("ServletException expected, not IOException.");
|
||||
// expected
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue