diff options
author | Kamen Mazdrashki <kamenim@samba.org> | 2014-10-26 04:29:49 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2015-02-03 05:02:10 +0100 |
commit | f84e1989b452738f8cb5c1930e50bd13499c9de6 (patch) | |
tree | db96ed26c6b4077d65802f69759adddb7291bb46 /source4/dsdb | |
parent | 1afd50fed016841bd4ffedba3674447d08184fa6 (diff) | |
download | samba-f84e1989b452738f8cb5c1930e50bd13499c9de6.tar.gz samba-f84e1989b452738f8cb5c1930e50bd13499c9de6.tar.xz samba-f84e1989b452738f8cb5c1930e50bd13499c9de6.zip |
s4-dsdb-tests: Fix whitespace in deletetest.py
Change-Id: Ic2924b0aa9cffd29fe0c857317ccb65ba53a1c21
Signed-off-by: Kamen Mazdrashki <kamenim@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'source4/dsdb')
-rwxr-xr-x | source4/dsdb/tests/python/deletetest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/deletetest.py b/source4/dsdb/tests/python/deletetest.py index 1d0848bea9..6170509c81 100755 --- a/source4/dsdb/tests/python/deletetest.py +++ b/source4/dsdb/tests/python/deletetest.py @@ -519,7 +519,7 @@ class BasicUndeleteTests(BaseDeleteTests): self.undelete_deleted(str(objDeleted1.dn), usr1, ldb) self.fail() except LdbError, (num, _): - self.assertEquals(num,ERR_ENTRY_ALREADY_EXISTS) + self.assertEquals(num, ERR_ENTRY_ALREADY_EXISTS) def test_undelete_cross_nc(self): print "Cross NC undelete" |