{
harness.debug(x);
harness.fail("while setting up the test");
}
A = new SRP6SaslClient();
final Map mapA = new HashMap();
mapA.put(SRP6KeyAgreement.HASH_FUNCTION, Registry.MD5_HASH);
mapA.put(SRP6KeyAgreement.USER_IDENTITY, I);
mapA.put(SRP6KeyAgreement.USER_PASSWORD, p.getBytes());