assertFalse(
"Permitting access from localNet with localNet-deny ACL",
acl.permitAccess(localhostByAddr.getAddress()));
assertTrue("Denying access from other Net with localNet-deny ACL",
acl.permitAccess(otherHostByAddr.getAddress()));
}
}
public static Test suite()
throws IOException, ServerAcl.AclFormatException {