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:
Oleg Kalnichevski 2012-02-28 12:16:20 +00:00
parent 3d2b0023fe
commit b90f31138c
1 changed files with 0 additions and 5 deletions

View File

@ -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");