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