Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Add a test of user identity verification.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eroschang committed Jul 3, 2020
1 parent cbb9d28 commit ff78c95
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,12 @@ public void testauth() throws Exception {
LOG.info("Pass");
}
catch (AuthenticationException e) {
LOG.info("fail");
LOG.error(e.getMessage(), e);
}
catch (javax.naming.CommunicationException e) {
LOG.info("Connection fail");
LOG.error(e.getMessage(), e);
}
catch (Exception e) {
LOG.info("Unknown identity verification fail");
LOG.error(e.getMessage(), e);
}
}
Expand Down

0 comments on commit ff78c95

Please sign in to comment.