@Test
public void testCryptedXMLDocAuthenticator()
{
try {
Authenticator auth = new CryptedXMLDocAuthenticator();
auth.authenticate("anou_mana","password");
auth.authenticate("bozo","clown");
auth.authenticate("sviens","password");
} catch (Exception e) {
logger.error(e.getMessage(),e);
Assert.fail("unexpected");