From 9e1a8dc8b7214782f8bc07b60a31ad6d6ab13aea Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 16 Mar 2014 22:17:51 +1300 Subject: dsdb-tests: Remove pointless creation of ldaptestou This is not used in this test, and is not removed by the test either. Andrew Bartlett Change-Id: I34366d469a1ebed04c3cea5a7f206cb0bf433e03 Signed-off-by: Andrew Bartlett Reviewed-by: Stefan Metzmacher --- source4/dsdb/tests/python/sam.py | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/dsdb/tests/python') diff --git a/source4/dsdb/tests/python/sam.py b/source4/dsdb/tests/python/sam.py index b2d4d4920f..804905b6cd 100755 --- a/source4/dsdb/tests/python/sam.py +++ b/source4/dsdb/tests/python/sam.py @@ -2848,7 +2848,6 @@ class SamTests(samba.tests.TestCase): def test_protected_sid_objects(self): """Test deletion of objects with RID < 1000""" - self.ldb.create_ou("ou=ldaptestou," + self.base_dn) # a list of some well-known sids # objects in Builtin are aready covered by objectclass protected_list = [ -- cgit