public void testXMLDocAuthenticator()
{
System.out.println("testXMLDocAuthenticator");
try {
Authenticator auth = new XMLDocAuthenticator();
auth.authenticate("anou_mana","password");
auth.authenticate("bozo","clown");
auth.authenticate("sviens","password");
} catch (Exception e) {
logger.error(e.getMessage(),e);
Assert.fail("unexpected");