1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

VLV tests: comment typo

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Douglas Bagnall
2016-07-19 13:16:25 +12:00
committed by Andrew Bartlett
parent 929ec47c2a
commit 8bb14af584

View File

@ -499,7 +499,7 @@ class VLVTests(samba.tests.TestCase):
"""What happens if we add or remove items in the middle of the VLV?
Nothing. The search and the sort is not repeated, and we only
deal with ther objects originally found.
deal with the objects originally found.
"""
attrs = ['cn'] + [x for x in self.users[0].keys() if x not in
('dn', 'objectclass')]