ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/server/ACL/ACLTest.java
(Generate patch)

Comparing experimental/server/ACL/ACLTest.java (file contents):
Revision 1.3 by tdb, Sun Dec 23 00:29:33 2001 UTC vs.
Revision 1.4 by tdb, Sun Dec 23 01:05:35 2001 UTC

# Line 16 | Line 16 | class ACLTest {
16          //acl.add(ACL.DENY, "*");
17          
18          // dump our ACL to the console before serialization
19 <        System.out.println("BEFORE: "+acl.getStringACL());
19 >        System.out.println("BEFORE: " + acl);
20          
21          // name for our serialized ACL
22          String aclFilename = "aclfile";
# Line 47 | Line 47 | class ACLTest {
47          }
48          
49          // dump our ACL to the console after serialization
50 <        System.out.println("AFTER: "+acl.getStringACL());
50 >        System.out.println("AFTER: " + acl);
51          
52          // run a few tests
53          System.out.println("killigrew.ukc.ac.uk: " + acl.check("killigrew.ukc.ac.uk"));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines