From: Frédéric Jolliton Date: Fri, 27 Oct 2006 13:00:52 +0000 (+0000) Subject: Fixed tests to work with latest code. X-Git-Url: https://git.tuxee.net/?p=py-rsbac;a=commitdiff_plain;h=636704f0307b504aedd6c6e4259f2bbe89d7e1e5;ds=sidebyside Fixed tests to work with latest code. --- 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__' :