From 636704f0307b504aedd6c6e4259f2bbe89d7e1e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Jolliton?= Date: Fri, 27 Oct 2006 13:00:52 +0000 Subject: [PATCH] Fixed tests to work with latest code. --- tests/various.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/various.py b/tests/various.py index b960745..69c95bc 100644 --- a/tests/various.py +++ b/tests/various.py @@ -30,7 +30,7 @@ def main() : rsbac.objects.Process( 1 ) , rsbac.objects.User( 0 ) , rsbac.objects.Group( 0 ) , - rsbac.objects.system.Firewall , + rsbac.objects.system.firewall , rsbac.objects.IpcSem( 1 ) ] for obj in objs : @@ -38,7 +38,6 @@ def main() : print '-' * 40 if not isinstance( obj , rsbac.objects.Scd ) : print obj.getAllAttributes() - print obj.acl_mask print if __name__ == '__main__' : -- 2.20.1