--- experimental/server/ACL/ACLTest.java 2001/12/23 00:29:33 1.3 +++ experimental/server/ACL/ACLTest.java 2001/12/23 01:05:35 1.4 @@ -16,7 +16,7 @@ class ACLTest { //acl.add(ACL.DENY, "*"); // dump our ACL to the console before serialization - System.out.println("BEFORE: "+acl.getStringACL()); + System.out.println("BEFORE: " + acl); // name for our serialized ACL String aclFilename = "aclfile"; @@ -47,7 +47,7 @@ class ACLTest { } // dump our ACL to the console after serialization - System.out.println("AFTER: "+acl.getStringACL()); + System.out.println("AFTER: " + acl); // run a few tests System.out.println("killigrew.ukc.ac.uk: " + acl.check("killigrew.ukc.ac.uk"));