Fixed broken test case
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1294612 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3d2b0023fe
commit
b90f31138c
|
@ -395,11 +395,6 @@ public class TestAuthenticationStrategy {
|
|||
Assert.fail("IllegalArgumentException expected");
|
||||
} catch (IllegalArgumentException ex) {
|
||||
}
|
||||
try {
|
||||
authStrategy.authFailed(authhost, null, context);
|
||||
Assert.fail("IllegalArgumentException expected");
|
||||
} catch (IllegalArgumentException ex) {
|
||||
}
|
||||
try {
|
||||
authStrategy.authFailed(authhost, authScheme, null);
|
||||
Assert.fail("IllegalArgumentException expected");
|
||||
|
|
Loading…
Reference in New Issue