s4-scripting: Remove unused variables from ntacl tests
authorAndrew Bartlett <abartlet@samba.org>
Tue, 7 Aug 2012 06:55:58 +0000 (16:55 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 7 Aug 2012 09:15:40 +0000 (11:15 +0200)
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue Aug  7 11:15:41 CEST 2012 on sn-devel-104

source4/scripting/python/samba/tests/ntacls.py

index c7e4101c9906e5f916b5d08fb97014d0c90d12fb..c867c95c4e1032dd43b70c78cc9f151c703dba51 100644 (file)
@@ -32,8 +32,6 @@ class NtaclsTests(TestCase):
         path = os.environ['SELFTEST_PREFIX']
         acl = "O:S-1-5-21-2212615479-2695158682-2101375467-512G:S-1-5-21-2212615479-2695158682-2101375467-513D:(A;OICI;0x001f01ff;;;S-1-5-21-2212615479-2695158682-2101375467-512)"
         tempf = os.path.join(path,"pytests"+str(int(100000*random.random())))
-        ntacl = xattr.NTACL()
-        ntacl.version = 1
         open(tempf, 'w').write("empty")
         lp.set("posix:eadb",os.path.join(path,"eadbtest.tdb"))
         setntacl(lp, tempf, acl, "S-1-5-21-2212615479-2695158682-2101375467")
@@ -46,8 +44,6 @@ class NtaclsTests(TestCase):
         path = os.environ['SELFTEST_PREFIX']
         acl = "O:S-1-5-21-2212615479-2695158682-2101375467-512G:S-1-5-21-2212615479-2695158682-2101375467-513D:(A;OICI;0x001f01ff;;;S-1-5-21-2212615479-2695158682-2101375467-512)"
         tempf = os.path.join(path,"pytests"+str(int(100000*random.random())))
-        ntacl = xattr.NTACL()
-        ntacl.version = 1
         open(tempf, 'w').write("empty")
         lp.set("posix:eadb",os.path.join(path,"eadbtest.tdb"))
         setntacl(lp,tempf,acl,"S-1-5-21-2212615479-2695158682-2101375467")
@@ -62,8 +58,6 @@ class NtaclsTests(TestCase):
         acl = "O:S-1-5-21-2212615479-2695158682-2101375467-512G:S-1-5-21-2212615479-2695158682-2101375467-513D:(A;OICI;0x001f01ff;;;S-1-5-21-2212615479-2695158682-2101375467-512)"
         path = os.environ['SELFTEST_PREFIX']
         tempf = os.path.join(path,"pytests"+str(int(100000*random.random())))
-        ntacl = xattr.NTACL()
-        ntacl.version = 1
         open(tempf, 'w').write("empty")
         setntacl(lp,tempf,acl,"S-1-5-21-2212615479-2695158682-2101375467","tdb",os.path.join(path,"eadbtest.tdb"))
         facl=getntacl(lp,tempf,"tdb",os.path.join(path,"eadbtest.tdb"))
@@ -77,8 +71,6 @@ class NtaclsTests(TestCase):
         acl = "O:S-1-5-21-2212615479-2695158682-2101375467-512G:S-1-5-21-2212615479-2695158682-2101375467-513D:(A;OICI;0x001f01ff;;;S-1-5-21-2212615479-2695158682-2101375467-512)"
         path = os.environ['SELFTEST_PREFIX']
         tempf = os.path.join(path,"pytests"+str(int(100000*random.random())))
-        ntacl = xattr.NTACL()
-        ntacl.version = 1
         open(tempf, 'w').write("empty")
         self.assertRaises(XattrBackendError, setntacl, lp, tempf, acl, "S-1-5-21-2212615479-2695158682-2101375467","ttdb", os.path.join(path,"eadbtest.tdb"))
 
@@ -90,8 +82,6 @@ class NtaclsTests(TestCase):
         acl = "O:S-1-5-21-2212615479-2695158682-2101375467-512G:S-1-5-21-2212615479-2695158682-2101375467-513D:(A;OICI;0x001f01ff;;;S-1-5-21-2212615479-2695158682-2101375467-512)"
         path = os.environ['SELFTEST_PREFIX']
         tempf = os.path.join(path,"pytests"+str(int(100000*random.random())))
-        ntacl = xattr.NTACL()
-        ntacl.version = 1
         open(tempf, 'w').write("empty")
         lp.set("posix:eadb", os.path.join(path,"eadbtest.tdb"))
         self.assertRaises(Exception, setntacl, lp, tempf ,acl,