diff options
author | Andrew Bartlett <abartlet@samba.org> | 2014-03-16 22:17:51 +1300 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2014-04-02 17:12:46 +0200 |
commit | 9e1a8dc8b7214782f8bc07b60a31ad6d6ab13aea (patch) | |
tree | a6994dfbbd41017072534557ecd0e0fd94a95780 /source4/dsdb | |
parent | fa8a3ca0b8237989b3b124713fb9aabf90f9b6e2 (diff) | |
download | samba-9e1a8dc8b7214782f8bc07b60a31ad6d6ab13aea.tar.gz samba-9e1a8dc8b7214782f8bc07b60a31ad6d6ab13aea.tar.xz samba-9e1a8dc8b7214782f8bc07b60a31ad6d6ab13aea.zip |
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 <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/dsdb')
-rwxr-xr-x | source4/dsdb/tests/python/sam.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 = [ |