diff options
| author | Mathieu Parent <math.parent@gmail.com> | 2019-03-25 15:02:45 +0100 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2019-04-02 01:12:10 +0000 |
| commit | 720396f0fb499d587062d7b2ce7c3a62ee3b6dd3 (patch) | |
| tree | 1b8cb4051817f1047911527b0e3e537a7b8f2188 /source4/dsdb/tests/python/dirsync.py | |
| parent | 2044ca0e20bd3180720a82506b3af041d14b5c68 (diff) | |
| download | samba-720396f0fb499d587062d7b2ce7c3a62ee3b6dd3.tar.gz samba-720396f0fb499d587062d7b2ce7c3a62ee3b6dd3.tar.bz2 samba-720396f0fb499d587062d7b2ce7c3a62ee3b6dd3.zip | |
Spelling fix s/informations/information/
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'source4/dsdb/tests/python/dirsync.py')
| -rwxr-xr-x | source4/dsdb/tests/python/dirsync.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/dsdb/tests/python/dirsync.py b/source4/dsdb/tests/python/dirsync.py index c6a1df5ea43..8b46357c670 100755 --- a/source4/dsdb/tests/python/dirsync.py +++ b/source4/dsdb/tests/python/dirsync.py @@ -315,14 +315,14 @@ class SimpleDirsyncTests(DirsyncBaseTests): delete_force(self.ldb_admin, ouname) def test_dirsync_with_controls(self): - """Check that dirsync return correct informations when dealing with the NC""" + """Check that dirsync return correct information when dealing with the NC""" res = self.ldb_admin.search(self.base_dn, expression="(distinguishedName=%s)" % str(self.base_dn), attrs=["name"], controls=["dirsync:1:0:10000", "extended_dn:1", "show_deleted:1"]) def test_dirsync_basenc(self): - """Check that dirsync return correct informations when dealing with the NC""" + """Check that dirsync return correct information when dealing with the NC""" res = self.ldb_admin.search(self.base_dn, expression="(distinguishedName=%s)" % str(self.base_dn), attrs=["name"], |
